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,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://rxbg6txo6ra3"]
[ext_resource type="Texture2D" uid="uid://dfjvvu4bnvjtn" path="res://textures/props/flower.png" id="1"]
[sub_resource type="Resource" id="Resource_sk6qm"]
metadata/__load_path__ = "res://textures/props/flower.png"
[sub_resource type="CapsuleShape2D" id="1"]
radius = 59.1005
@@ -9,7 +10,7 @@ height = 118.201
[node name="flower" type="StaticBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1")
texture = SubResource("Resource_sk6qm")
offset = Vector2(-16.3217, -449.143)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://b2dp0fncyk58i"]
[ext_resource type="Texture2D" uid="uid://bmrcwkl01eu6p" path="res://textures/props/grass.png" id="1"]
[sub_resource type="Resource" id="Resource_clyx8"]
metadata/__load_path__ = "res://textures/props/grass.png"
[sub_resource type="CircleShape2D" id="1"]
radius = 47.725
@@ -9,7 +10,7 @@ radius = 47.725
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(-2.4895, 2.17053)
texture = ExtResource("1")
texture = SubResource("Resource_clyx8")
offset = Vector2(36.3788, -295.101)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]

View File

@@ -1,7 +1,6 @@
[gd_scene load_steps=7 format=3 uid="uid://b1584avscjr3a"]
[ext_resource type="Script" path="res://scenes/misc/Exit.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://crlqbtn4qydow" path="res://textures/props/house.png" id="2"]
[ext_resource type="Script" uid="uid://hfhs4flahp0q" path="res://scenes/misc/Exit.gd" id="1"]
[sub_resource type="GDScript" id="1"]
script/source = "extends StaticBody2D
@@ -15,6 +14,9 @@ func _ready():
pass # Replace with function body.
"
[sub_resource type="Resource" id="Resource_oyuu3"]
metadata/__load_path__ = "res://textures/props/house.png"
[sub_resource type="CapsuleShape2D" id="2"]
radius = 95.0118
height = 1077.65
@@ -30,7 +32,7 @@ size = Vector2(234.622, 129.451)
script = SubResource("1")
[node name="house" type="Sprite2D" parent="."]
texture = ExtResource("2")
texture = SubResource("Resource_oyuu3")
offset = Vector2(-216.037, -247.153)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]

View File

@@ -1,17 +1,18 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://b4fiuxq5ue51g"]
[ext_resource path="res://textures/props/mushroom_big.png" type="Texture2D" id=1]
[sub_resource type="Resource" id="Resource_wdg5r"]
metadata/__load_path__ = "res://textures/props/mushroom_big.png"
[sub_resource type="CapsuleShape2D" id=1]
radius = 70.8635
[sub_resource type="CapsuleShape2D" id="1"]
radius = 55.5195
height = 111.039
[node name="mushroom_big" type="StaticBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 1 )
offset = Vector2( -20.473, -311.75 )
texture = SubResource("Resource_wdg5r")
offset = Vector2(-20.473, -311.75)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.5708
shape = SubResource( 1 )
shape = SubResource("1")

View File

@@ -1,17 +1,18 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://b5m1jy7vh26g1"]
[ext_resource path="res://textures/props/mushroom_small.png" type="Texture2D" id=1]
[sub_resource type="Resource" id="Resource_1hg7e"]
metadata/__load_path__ = "res://textures/props/mushroom_small.png"
[sub_resource type="CircleShape2D" id=1]
[sub_resource type="CircleShape2D" id="1"]
radius = 71.6791
[node name="mushroom_small" type="StaticBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 1 )
offset = Vector2( 0.914429, -61.8737 )
texture = SubResource("Resource_1hg7e")
offset = Vector2(0.914429, -61.8737)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 1.08072, -26.4776 )
position = Vector2(1.08072, -26.4776)
rotation = 1.5708
shape = SubResource( 1 )
shape = SubResource("1")

View File

@@ -1,16 +1,17 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://ippamwpbkjop"]
[ext_resource path="res://textures/props/table.png" type="Texture2D" id=1]
[sub_resource type="Resource" id="Resource_cbflw"]
metadata/__load_path__ = "res://textures/props/table.png"
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 435.46, 122.844 )
[sub_resource type="RectangleShape2D" id="1"]
size = Vector2(870.92, 245.688)
[node name="table" type="StaticBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 1 )
offset = Vector2( 0.914429, -61.8737 )
texture = SubResource("Resource_cbflw")
offset = Vector2(0.914429, -61.8737)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 2.44107, -42.8021 )
shape = SubResource( 1 )
position = Vector2(2.44107, -42.8021)
shape = SubResource("1")