Started tracking progress with git.
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://pptrf5oq4k1x"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b8sq1ket4sycd" path="res://icon.svg" id="1_dpci1"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6u7yk"]
|
||||
size = Vector2(124, 122)
|
||||
|
||||
[node name="GenericObstacle" type="Sprite2D"]
|
||||
position = Vector2(866, 474)
|
||||
texture = ExtResource("1_dpci1")
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
||||
shape = SubResource("RectangleShape2D_6u7yk")
|
||||
Reference in New Issue
Block a user