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:
parent
8496773e69
commit
21bcce37fa
12 changed files with 115 additions and 51 deletions
23
scenes/map/map.tscn
Normal file
23
scenes/map/map.tscn
Normal file
|
@ -0,0 +1,23 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://mie5ckydb8k5"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://brmtkn1ddxrp1" path="res://testing/test/level.tscn" id="1_sw0jh"]
|
||||
[ext_resource type="PackedScene" uid="uid://btl7r0wvecyd3" path="res://scenes/menu/view.tscn" id="2_7des0"]
|
||||
|
||||
[node name="map" type="Node2D"]
|
||||
|
||||
[node name="level" parent="." instance=ExtResource("1_sw0jh")]
|
||||
|
||||
[node name="characterViewer" parent="." instance=ExtResource("2_7des0")]
|
||||
visible = false
|
||||
|
||||
[node name="back" type="Button" parent="."]
|
||||
visible = false
|
||||
offset_left = 512.0
|
||||
offset_top = 400.0
|
||||
offset_right = 638.0
|
||||
offset_bottom = 435.0
|
||||
scale = Vector2(2, 2)
|
||||
disabled = true
|
||||
text = "Back to game"
|
||||
|
||||
[connection signal="pressed" from="back" to="level" method="_on_back_pressed"]
|
Loading…
Add table
Add a link
Reference in a new issue