Version: 0.0.1
First major release, refined the creator, added stats to the main game, added a menu to view stats.
This commit is contained in:
parent
8f78f8e5cb
commit
e5911fd155
11 changed files with 264 additions and 42 deletions
|
@ -17,3 +17,30 @@ shape = SubResource("RectangleShape2D_kf6qt")
|
|||
|
||||
[node name="camera" type="Camera2D" parent="."]
|
||||
enabled = false
|
||||
|
||||
[node name="Label1" type="Label" parent="."]
|
||||
visible = false
|
||||
offset_left = -384.0
|
||||
offset_top = 56.0
|
||||
offset_right = -288.0
|
||||
offset_bottom = 88.0
|
||||
scale = Vector2(2, 2)
|
||||
text = "1231"
|
||||
|
||||
[node name="Label2" type="Label" parent="."]
|
||||
visible = false
|
||||
offset_left = -384.0
|
||||
offset_top = 120.0
|
||||
offset_right = -288.0
|
||||
offset_bottom = 152.0
|
||||
scale = Vector2(2, 2)
|
||||
text = "1231"
|
||||
|
||||
[node name="Label3" type="Label" parent="."]
|
||||
visible = false
|
||||
offset_left = -384.0
|
||||
offset_top = 184.0
|
||||
offset_right = -288.0
|
||||
offset_bottom = 216.0
|
||||
scale = Vector2(2, 2)
|
||||
text = "1231"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue