Initial commit
This commit is contained in:
15
scenes/props/tree2.tscn
Normal file
15
scenes/props/tree2.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dvmm1keyq3r5c"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://5d715y37mn8g" path="res://textures/tree2s.png" id="1_6wcui"]
|
||||
|
||||
[node name="Tree2" type="StaticBody2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(-3, -119)
|
||||
texture = ExtResource("1_6wcui")
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
||||
visible = false
|
||||
z_index = 1
|
||||
position = Vector2(-2, 10)
|
||||
polygon = PackedVector2Array(-17, 6, -40, 3, -26, -10, -52, -10, -55, -19, -35, -34, 47, -33, 60, -19, 57, -12, 30, -11, 26, -6, 40, -3, 43, 2, 28, 7, 2, 0)
|
||||
Reference in New Issue
Block a user