File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1- [gd_scene format =3 uid ="uid://ci147qf6s6jhg" ]
1+ [gd_scene load_steps =4 format =3 uid ="uid://ci147qf6s6jhg" ]
2+
3+ [ext_resource type ="Texture2D" uid ="uid://2lkjiw4cpjo1" path ="res://game-06/graphics/ship.png" id ="1_be160" ]
4+ [ext_resource type ="Texture2D" uid ="uid://c2kmueth1qo3q" path ="res://game-06/graphics/coin.png" id ="2_bcxue" ]
5+ [ext_resource type ="Texture2D" uid ="uid://sfab1iwfjhyc" path ="res://game-06/graphics/obstacle.png" id ="3_w1gab" ]
26
37[node name ="Main" type ="Node2D" ]
8+
9+ [node name ="Ship" type ="Sprite2D" parent ="." ]
10+ position = Vector2 (157 , 236 )
11+ scale = Vector2 (0.197971 , 0.197971 )
12+ texture = ExtResource ("1_be160" )
13+
14+ [node name ="Coin" type ="Sprite2D" parent ="." ]
15+ position = Vector2 (413.597 , 305.681 )
16+ scale = Vector2 (0.147097 , 0.147097 )
17+ texture = ExtResource ("2_bcxue" )
18+
19+ [node name ="Obstacle" type ="Sprite2D" parent ="." ]
20+ position = Vector2 (563.597 , 220.681 )
21+ scale = Vector2 (0.515775 , 0.515775 )
22+ texture = ExtResource ("3_w1gab" )
You can’t perform that action at this time.
0 commit comments