Skip to content

Commit 2f8176e

Browse files
committed
Figure out asset proportions
1 parent 7a7376c commit 2f8176e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

game-06/main.tscn

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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")

0 commit comments

Comments
 (0)