Started tracking progress with git.

This commit is contained in:
2024-06-10 08:59:14 -07:00
parent 9eb110b509
commit 7a567d6796
12 changed files with 457 additions and 0 deletions
+15
View File
@@ -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")