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

11
scenes/Arena.tscn Executable file → Normal file
View File

@@ -1,10 +1,9 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=3 format=3 uid="uid://c85js2cp046ql"]
[ext_resource path="res://scripts/Arena.gd" type="Script" id=1]
[ext_resource path="res://scenes/Background.tscn" type="PackedScene" id=2]
[ext_resource type="Script" uid="uid://cn17cecmiheuh" path="res://scripts/Arena.gd" id="1"]
[ext_resource type="PackedScene" path="res://scenes/Background.tscn" id="2"]
[node name="Arena" type="Node2D"]
script = ExtResource( 1 )
[node name="Background" parent="." instance=ExtResource( 2 )]
script = ExtResource("1")
[node name="Background" parent="." instance=ExtResource("2")]