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

23
scenes/map/map.tscn Normal file
View 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"]

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" path="res://scripts/createStats.gd" id="1_xsj3b"]
[node name="character_creator" type="Control"]
[node name="characterCreator" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" path="res://scripts/menu.gd" id="1_xc6y7"]
[node name="main_menu" type="Control"]
[node name="mainMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@ -42,7 +42,7 @@ offset_top = 432.0
offset_right = 592.0
offset_bottom = 455.0
scale = Vector2(3, 3)
text = "Version: 0.0.2"
text = "Version: 0.0.3"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" path="res://scripts/getStats.gd" id="1_dcehj"]
[node name="character_creator" type="Control"]
[node name="characterVsiewer" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0