update - add replot and migration to godot 4.4

This commit is contained in:
2025-08-24 09:58:06 +02:00
parent c635028d02
commit c9583a396c
352 changed files with 12864 additions and 305 deletions

View File

@@ -0,0 +1 @@
uid://clod734eyjgtr

View File

@@ -1,13 +1,13 @@
[gd_scene load_steps=4 format=2]
[gd_scene load_steps=4 format=3 uid="uid://b2p21o4mag6ct"]
[ext_resource path="res://scenes/levels/Controls.gd" type="Script" id=1]
[ext_resource path="res://textures/misc/controls.png" type="Texture2D" id=2]
[ext_resource path="res://fonts/dialog.tres" type="FontFile" id=3]
[ext_resource type="Script" uid="uid://clod734eyjgtr" path="res://scenes/levels/Controls.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://dhdedjhqm5wcg" path="res://textures/misc/controls.png" id="2"]
[ext_resource type="FontFile" path="res://fonts/dialog.tres" id="3"]
[node name="Controls" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
script = ExtResource("1")
__meta__ = {
"_edit_use_anchors_": false
}
@@ -15,7 +15,7 @@ __meta__ = {
[node name="controls" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 2 )
texture = ExtResource("2")
[node name="Button" type="Button" parent="."]
anchor_left = 1.0
@@ -26,12 +26,13 @@ offset_left = -114.361
offset_top = 234.378
offset_right = -7.36102
offset_bottom = 283.378
theme_override_fonts/font = ExtResource( 3 )
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
theme_override_colors/font_hover_color = Color( 0.364706, 0.364706, 0.364706, 1 )
theme_override_fonts/font = ExtResource("3")
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_colors/font_hover_color = Color(0.364706, 0.364706, 0.364706, 1)
text = "Back"
flat = true
__meta__ = {
"_editor_description_": ""
}
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]

View File

@@ -147,7 +147,7 @@ tracks/10/keys = {
[sub_resource type="AnimationLibrary" id="AnimationLibrary_riwan"]
_data = {
"Intro": SubResource("1")
&"Intro": SubResource("1")
}
[sub_resource type="GDScript" id="2"]

View File

@@ -0,0 +1 @@
uid://epmsfiquym0o

View File

@@ -1,9 +1,9 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=5 format=3 uid="uid://2tbsiviptlbc"]
[ext_resource path="res://fonts/dialog.tres" type="FontFile" id=1]
[ext_resource path="res://textures/menu/game_title.png" type="Texture2D" id=2]
[ext_resource path="res://textures/menu/bg.png" type="Texture2D" id=3]
[ext_resource path="res://scenes/levels/Menu.gd" type="Script" id=4]
[ext_resource type="FontFile" path="res://fonts/dialog.tres" id="1"]
[ext_resource type="Texture2D" uid="uid://cb2u7ijtdnnyg" path="res://textures/menu/game_title.png" id="2"]
[ext_resource type="Texture2D" uid="uid://ck0bibv77mxh2" path="res://textures/menu/bg.png" id="3"]
[ext_resource type="Script" uid="uid://epmsfiquym0o" path="res://scenes/levels/Menu.gd" id="4"]
[node name="Menu" type="Control"]
anchor_right = 1.0
@@ -13,7 +13,7 @@ focus_neighbor_top = NodePath("continue")
focus_neighbor_right = NodePath("credits")
focus_neighbor_bottom = NodePath("new_game")
focus_mode = 2
script = ExtResource( 4 )
script = ExtResource("4")
__meta__ = {
"_edit_use_anchors_": false
}
@@ -22,7 +22,7 @@ initial_level = "res://scenes/levels/Outside.tscn"
[node name="BG" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 3 )
texture = ExtResource("3")
expand = true
stretch_mode = 7
__meta__ = {
@@ -38,7 +38,7 @@ offset_left = -236.0
offset_top = -185.634
offset_right = 237.0
offset_bottom = -5.63416
texture = ExtResource( 2 )
texture = ExtResource("2")
expand = true
stretch_mode = 6
__meta__ = {
@@ -58,9 +58,9 @@ focus_neighbor_left = NodePath("../quit")
focus_neighbor_top = NodePath("../quit")
focus_neighbor_right = NodePath("../controls")
focus_neighbor_bottom = NodePath("../continue")
theme_override_fonts/font = ExtResource( 1 )
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
theme_override_colors/font_hover_color = Color( 0.364706, 0.364706, 0.364706, 1 )
theme_override_fonts/font = ExtResource("1")
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_colors/font_hover_color = Color(0.364706, 0.364706, 0.364706, 1)
text = "New Game"
flat = true
__meta__ = {
@@ -80,10 +80,10 @@ focus_neighbor_left = NodePath("../quit")
focus_neighbor_top = NodePath("../new_game")
focus_neighbor_right = NodePath("../controls")
focus_neighbor_bottom = NodePath("../controls")
theme_override_fonts/font = ExtResource( 1 )
theme_override_colors/font_disabled_color = Color( 0.780392, 0.780392, 0.780392, 1 )
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
theme_override_colors/font_hover_color = Color( 0.364706, 0.364706, 0.364706, 1 )
theme_override_fonts/font = ExtResource("1")
theme_override_colors/font_disabled_color = Color(0.780392, 0.780392, 0.780392, 1)
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_colors/font_hover_color = Color(0.364706, 0.364706, 0.364706, 1)
disabled = true
text = "Continue"
flat = true
@@ -104,7 +104,7 @@ focus_neighbor_left = NodePath("../quit")
focus_neighbor_top = NodePath("../continue")
focus_neighbor_right = NodePath("../quit")
focus_neighbor_bottom = NodePath("../new_game")
theme_override_fonts/font = ExtResource( 1 )
theme_override_fonts/font = ExtResource("1")
text = "Controls"
flat = true
__meta__ = {
@@ -122,12 +122,13 @@ focus_neighbor_left = NodePath("../controls")
focus_neighbor_top = NodePath("../continue")
focus_neighbor_right = NodePath("../controls")
focus_neighbor_bottom = NodePath("../new_game")
theme_override_fonts/font = ExtResource( 1 )
theme_override_fonts/font = ExtResource("1")
text = "Quit"
flat = true
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="new_game" to="." method="_on_new_game_pressed"]
[connection signal="pressed" from="continue" to="." method="_on_continue_pressed"]
[connection signal="pressed" from="controls" to="." method="_on_controls_pressed"]

View File

@@ -0,0 +1,53 @@
[gd_scene load_steps=6 format=3 uid="uid://b0pxwb4svf4ty"]
[ext_resource type="TileSet" uid="uid://c2mhyv81hyxbt" path="res://scenes/tilesets/castle.tres" id="1_oj35w"]
[ext_resource type="PackedScene" uid="uid://ctd3mgp0s172q" path="res://scenes/characters/Player.tscn" id="2_dt0l7"]
[ext_resource type="PackedScene" uid="uid://cixovgrvqr2p2" path="res://scenes/props/tree6.tscn" id="3_imyd7"]
[ext_resource type="PackedScene" uid="uid://dvmm1keyq3r5c" path="res://scenes/props/tree2.tscn" id="4_wmfjn"]
[ext_resource type="PackedScene" uid="uid://deqgnj30xx13t" path="res://scenes/misc/UI.tscn" id="5_2gxfu"]
[node name="test_scene" type="Node"]
[node name="level" type="Node2D" parent="."]
y_sort_enabled = true
position = Vector2(208, 82)
[node name="TileMap" type="TileMap" parent="level"]
y_sort_enabled = true
position = Vector2(1407, 792)
tile_set = ExtResource("1_oj35w")
format = 2
layer_0/name = "base"
layer_0/y_sort_enabled = true
layer_0/tile_data = PackedInt32Array(-2, 0, 0, 65534, 0, 0, 131070, 65536, 0, 65533, 0, 0, 196606, 0, 0, 262142, 65536, 0, -65539, 0, 0, -3, 0, 0, -65540, 0, 0, -131075, 0, 0, -1, 0, 0, -65538, 0, 0, -131074, 0, 0, -196611, 0, 0, -4, 0, 0, 65532, 0, 0, 131069, 0, 0, 196605, 65536, 0, 131071, 0, 0, 65535, 0, 0, -65536, 65536, 0, -65537, 65536, 0, -131073, 65536, 0, -196610, 65536, 0, -262146, 0, 0, 65531, 65536, 0, 131068, 65536, 0, 196604, 65536, 0, 327676, 65536, 0, 262140, 65536, 0, 262141, 65536, 0, 196603, 65536, 0, 131067, 65536, 0, 65530, 65536, 0, -5, 65536, 0, -65541, 0, 0, -131076, 0, 0, -196612, 0, 0, 327677, 65536, 0, 327678, 65536, 0, 393213, 65536, 0, 458748, 65536, 0, 393214, 65536, 0, 458750, 0, 0, 393215, 65536, 0, 524285, 65536, 0, 458749, 65536, 0, 327675, 65536, 0, 393212, 65536, 0, 262139, 65536, 0, 327674, 0, 0, 393211, 65536, 0, 458746, 65536, 0, 524283, 65536, 0, 589819, 65536, 0, 655356, 65536, 0, 589820, 65536, 0, 458747, 65536, 0, 524284, 65536, 0, 131066, 65536, 0, 196602, 65536, 0, 262138, 65536, 0, 196601, 0, 0, 327673, 65536, 0, 393210, 0, 0, -65542, 65536, 0, -131078, 65536, 0, -65543, 65536, 0, -6, 65536, 0, -131077, 65536, 0, -196614, 0, 0, -262149, 65536, 0, -196613, 0, 0, -262148, 65536, 0, -327685, 0, 0, 262143, 65536, 0, 327679, 65536, 0, 196608, 0, 0, 196607, 65536, 0, 327680, 0, 0, 262144, 0, 0, 131072, 0, 0, 65536, 0, 0, 0, 65536, 0, 65537, 65536, 0, 524287, 65536, 0, 589822, 65536, 0, 655359, 65536, 0, 589823, 65536, 0, 458752, 65536, 0, 458751, 65536, 0, 524286, 65536, 0, -262147, 65536, 0, -327683, 65536, 0, -393218, 65536, 0, -327682, 65536, 0, -262145, 65536, 0, -196608, 65536, 0, -131072, 65536, 0, -196609, 65536, 0, 393216, 0, 0, 393217, 0, 0, 393218, 65536, 0, 393219, 65536, 0, 327683, 65536, 0, 262147, 65536, 0, 262146, 65536, 0, 262145, 65536, 0, 327681, 65536, 0, 196609, 0, 0, 131073, 0, 0, 196610, 0, 0, 131074, 0, 0, 1, 65536, 0, -65535, 65536, 0, -65534, 65536, 0, 2, 0, 0, 65538, 0, 0, 65539, 65536, 0, 131075, 65536, 0, 327682, 65536, 0, 524288, 65536, 0, 458753, 65536, 0, 589821, 65536, 0, 655357, 65536, 0, 655358, 65536, 0, 393209, 65536, 0, 458745, 65536, 0, 524281, 65536, 0, 524282, 65536, 0, 589818, 65536, 0, 262137, 65536, 0, 131065, 0, 0, 65529, 0, 0, -7, 0, 0, 131064, 65536, 0, 65528, 0, 0, -8, 0, 0, 196600, 65536, 0, 262136, 65536, 0, 327672, 65536, 0, -131079, 65536, 0, -65544, 0, 0, 196611, 65536, 0, -65545, 0, 0, -131081, 0, 0, -196617, 0, 0, -196616, 0, 0, -196615, 0, 0, -262150, 0, 0, 589824, 0, 0, 655353, 0, 0, 655354, 0, 0, 655355, 0, 0, -262151, 0, 0, -327687, 0, 0, -327686, 0, 0, -327684, 0, 0, -393219, 0, 0, -131080, 0, 0, 196599, 0, 0, 131063, 0, 0, 65527, 0, 0, -9, 0, 0, -10, 0, 0, -65546, 0, 0, 65526, 0, 0, 131062, 0, 0, -393223, 0, 0, -458759, 0, 0, -458758, 0, 0, -393222, 0, 0, -393221, 0, 0, -458757, 0, 0, -393220, 0, 0, -458756, 0, 0, -327688, 0, 0, -393224, 0, 0, -458760, 0, 0, 655352, 0, 0, 589817, 0, 0, 589816, 0, 0, 524280, 0, 0, 458744, 0, 0, 393208, 0, 0, 327671, 0, 0, 262135, 0, 0, 262134, 0, 0, 196598, 0, 0)
layer_1/name = "wall"
layer_1/y_sort_enabled = true
layer_1/z_index = 1
layer_1/tile_data = PackedInt32Array(655356, 2, 3, 655357, 2, 3, 655358, 2, 3, 655359, 2, 3, 589824, 2, 3, 524288, 2, 3, 458752, 2, 3, 458753, 2, 3, -131080, 2, 3, -6, 65538, 3, 589817, 2, 3, 655353, 2, 3, 655352, 2, 3, 589816, 2, 3, 524280, 2, 3, 458744, 2, 3, 393208, 2, 3, 393207, 2, 3, 327671, 2, 3, 262135, 2, 3, -65546, 2, 3, -131082, 2, 3, -196618, 2, 3, -262154, 2, 3, -262153, 2, 3, -262152, 2, 3, 196598, 2, 3, 131062, 2, 3, 65526, 2, 3, -10, 2, 3, 655355, 65538, 3, -4, 65538, 3, 393218, 65538, 3, 393219, 65538, 3, 327683, 65538, 3, 262147, 65538, 3, 196611, 65538, 3, 131075, 65538, 3, 65539, 65538, 3, 2, 65538, 3, -65534, 65538, 3, -65535, 65538, 3, -196609, 65538, 3, -262145, 65538, 3, -327682, 65538, 3, -393218, 65538, 3, -393219, 65538, 3, -393224, 65538, 3, -327688, 65538, 3, -458760, 65538, 3, -458759, 65538, 3, -458758, 65538, 3, -458757, 65538, 3, -458756, 65538, 3, -2, 65538, 3, -8, 65538, 3)
[node name="Character" parent="level" instance=ExtResource("2_dt0l7")]
z_index = 1
position = Vector2(1008, 772)
[node name="Trees" type="Node2D" parent="level"]
z_index = 1
y_sort_enabled = true
[node name="Tree3" parent="level/Trees" instance=ExtResource("3_imyd7")]
position = Vector2(1385, 434)
scale = Vector2(1.4, 1.4)
[node name="Tree2" parent="level/Trees" instance=ExtResource("4_wmfjn")]
position = Vector2(844, 606)
scale = Vector2(1.3, 1.3)
[node name="Tree4" parent="level/Trees" instance=ExtResource("4_wmfjn")]
position = Vector2(1231, 1053)
scale = Vector2(1.3, 1.3)
[node name="Tree5" parent="level/Trees" instance=ExtResource("4_wmfjn")]
position = Vector2(1608, 740)
scale = Vector2(1.3, 1.3)
[node name="UI" parent="." instance=ExtResource("5_2gxfu")]
visible = false