update - add replot and migration to godot 4.4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bqve5rs25qs84"]
|
||||
|
||||
[ext_resource path="res://scenes/misc/Stats.gd" type="Script" id=1]
|
||||
[ext_resource path="res://fonts/dialog.tres" type="FontFile" id=2]
|
||||
[ext_resource path="res://fonts/stats.tres" type="FontFile" id=3]
|
||||
[ext_resource path="res://scenes/misc/stats.stylebox" type="StyleBox" id=4]
|
||||
[ext_resource type="Script" uid="uid://b1pgo713a40sk" path="res://scenes/misc/Stats.gd" id="1"]
|
||||
[ext_resource type="FontFile" path="res://fonts/dialog.tres" id="2"]
|
||||
[ext_resource type="FontFile" path="res://fonts/stats.tres" id="3"]
|
||||
[ext_resource type="StyleBox" uid="uid://bmwyr86qlg4lp" path="res://scenes/misc/stats.stylebox" id="4"]
|
||||
|
||||
[node name="Stats" type="PanelContainer"]
|
||||
process_mode = 3
|
||||
@@ -13,8 +13,8 @@ anchor_bottom = 1.0
|
||||
focus_neighbor_top = NodePath("VBoxContainer/Exit")
|
||||
focus_neighbor_bottom = NodePath("VBoxContainer/Exit")
|
||||
focus_mode = 2
|
||||
theme_override_styles/panel = ExtResource( 4 )
|
||||
script = ExtResource( 1 )
|
||||
theme_override_styles/panel = ExtResource("4")
|
||||
script = ExtResource("1")
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
@@ -30,7 +30,7 @@ size_flags_vertical = 3
|
||||
[node name="Paused" type="Label" parent="VBoxContainer"]
|
||||
offset_right = 984.0
|
||||
offset_bottom = 43.0
|
||||
theme_override_fonts/font = ExtResource( 2 )
|
||||
theme_override_fonts/font = ExtResource("2")
|
||||
text = "Paused"
|
||||
align = 1
|
||||
|
||||
@@ -52,7 +52,7 @@ size_flags_vertical = 3
|
||||
offset_right = 490.0
|
||||
offset_bottom = 43.0
|
||||
size_flags_horizontal = 3
|
||||
theme_override_fonts/font = ExtResource( 2 )
|
||||
theme_override_fonts/font = ExtResource("2")
|
||||
text = "Quests"
|
||||
align = 1
|
||||
|
||||
@@ -62,7 +62,7 @@ offset_right = 490.0
|
||||
offset_bottom = 460.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_fonts/font = ExtResource( 3 )
|
||||
theme_override_fonts/font = ExtResource("3")
|
||||
text = "Quest 1
|
||||
Quest 2
|
||||
Quest 3
|
||||
@@ -77,7 +77,7 @@ size_flags_horizontal = 3
|
||||
[node name="Title" type="Label" parent="VBoxContainer/HBoxContainer/Inventory"]
|
||||
offset_right = 490.0
|
||||
offset_bottom = 43.0
|
||||
theme_override_fonts/font = ExtResource( 2 )
|
||||
theme_override_fonts/font = ExtResource("2")
|
||||
text = "Inventory"
|
||||
align = 1
|
||||
|
||||
@@ -87,7 +87,7 @@ offset_right = 490.0
|
||||
offset_bottom = 460.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_fonts/font = ExtResource( 3 )
|
||||
theme_override_fonts/font = ExtResource("3")
|
||||
text = "Item 1
|
||||
"
|
||||
|
||||
@@ -95,7 +95,8 @@ text = "Item 1
|
||||
offset_top = 511.0
|
||||
offset_right = 984.0
|
||||
offset_bottom = 560.0
|
||||
theme_override_fonts/font = ExtResource( 2 )
|
||||
theme_override_fonts/font = ExtResource("2")
|
||||
text = "EXIT"
|
||||
flat = true
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/Exit" to="." method="_on_Exit_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user