Started tracking progress with git.
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c8s3or2hskj0i"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d4nb1twqrmebx" path="res://scenes/Axolotl.tscn" id="1_eysle"]
|
||||
[ext_resource type="PackedScene" uid="uid://pptrf5oq4k1x" path="res://scenes/generic_obstacle.tscn" id="2_q2aw5"]
|
||||
|
||||
[node name="Dojo" type="Node2D"]
|
||||
|
||||
[node name="Axolotl" parent="." instance=ExtResource("1_eysle")]
|
||||
|
||||
[node name="GenericObstacle" parent="." instance=ExtResource("2_q2aw5")]
|
||||
|
||||
[node name="GenericObstacle4" parent="." instance=ExtResource("2_q2aw5")]
|
||||
position = Vector2(508, 364)
|
||||
|
||||
[node name="GenericObstacle3" parent="." instance=ExtResource("2_q2aw5")]
|
||||
position = Vector2(631, 128)
|
||||
|
||||
[node name="GenericObstacle2" parent="." instance=ExtResource("2_q2aw5")]
|
||||
position = Vector2(245, 226)
|
||||
Reference in New Issue
Block a user