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

@@ -1,14 +1,18 @@
[gd_scene load_steps=4 format=2]
[gd_scene load_steps=4 format=3 uid="uid://ccvjd5pjq0f5g"]
[ext_resource path="res://fonts/Candy Demo.ttf" type="FontFile" id=1]
[ext_resource path="res://scenes/characters/debug_character.gd" type="Script" id=2]
[ext_resource type="FontFile" uid="uid://dxsjw0432epve" path="res://fonts/Candy Demo.ttf" id="1"]
[ext_resource type="Script" uid="uid://yj37y5gqfgui" path="res://scenes/characters/debug_character.gd" id="2"]
[sub_resource type="FontFile" id=1]
size = 32
font_data = ExtResource( 1 )
[sub_resource type="FontFile" id="1"]
fallbacks = Array[Font]([ExtResource("1")])
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
[node name="debug" type="CanvasLayer"]
script = ExtResource( 2 )
script = ExtResource("2")
[node name="Control" type="Control" parent="."]
anchor_right = 1.0
@@ -22,8 +26,8 @@ offset_left = 17.0
offset_top = 16.0
offset_right = 285.0
offset_bottom = 211.0
theme_override_fonts/font = SubResource( 1 )
theme_override_colors/font_color = Color( 0.803922, 0.0784314, 0.0784314, 1 )
theme_override_fonts/font = SubResource("1")
theme_override_colors/font_color = Color(0.803922, 0.0784314, 0.0784314, 1)
__meta__ = {
"_edit_use_anchors_": false
}