Version: 0.0.3

Slight code fixups and changed some map stuff, Also added a stat viewer for the current player in the game itself.
This commit is contained in:
Patrick_Pluto 2024-06-16 19:32:19 +02:00
parent 8496773e69
commit 21bcce37fa
12 changed files with 115 additions and 51 deletions

File diff suppressed because one or more lines are too long

View file

@ -17,3 +17,15 @@ shape = SubResource("RectangleShape2D_kf6qt")
[node name="camera" type="Camera2D" parent="."]
enabled = false
[node name="stats" type="Button" parent="."]
visible = false
offset_left = 112.0
offset_top = 152.0
offset_right = 238.0
offset_bottom = 187.0
scale = Vector2(2, 2)
disabled = true
text = "Stats"
[connection signal="pressed" from="stats" to="." method="_on_stats_pressed"]