Fix 29
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
2025-06-07 23:31:44 +02:00
parent b1ffda018b
commit 9ed0852a50
27 changed files with 119 additions and 105 deletions

17
scenes/Background.tscn Executable file → Normal file
View File

@@ -1,12 +1,10 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://b4wm7h10i1hih"]
[ext_resource path="res://scripts/ColoredEntity.gd" type="Script" id=1]
[ext_resource path="res://resources/img/2.png" type="Texture2D" id=2]
[ext_resource type="Script" uid="uid://dtqhtrcx6gb7u" path="res://scripts/ColoredEntity.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://sss8hj0itmbm" path="res://resources/img/2.png" id="2"]
[node name="Background" type="Node2D" groups=[
"ColoredEntity",
]]
script = ExtResource( 1 )
[node name="Background" type="Node2D" groups=["ColoredEntity"]]
script = ExtResource("1")
[node name="NinePatchRect" type="TextureRect" parent="."]
anchor_left = 0.0
@@ -17,12 +15,11 @@ offset_left = -199.0
offset_top = -157.0
offset_right = 2097.0
offset_bottom = 1217.0
pivot_offset = Vector2( 0, 0 )
pivot_offset = Vector2(0, 0)
clip_contents = false
mouse_filter = 1
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
texture = ExtResource( 2 )
texture = ExtResource("2")
stretch_mode = 2