You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
614 B
13 lines
614 B
[gd_scene load_steps=3 format=3 uid="uid://c1dsbe7ryaije"]
|
|
|
|
[ext_resource type="Script" uid="uid://iv0dbf32bfw1" path="res://scripts/CSharp/Common/TestScripts/MinigameTestStarter.cs" id="1_fwf73"]
|
|
[ext_resource type="PackedScene" uid="uid://bydwj3pbvqrhb" path="res://prefabs/minigame/minigame.tscn" id="1_wh3re"]
|
|
|
|
[node name="BabushkaSceneMinigameTest" type="Node2D" node_paths=PackedStringArray("_minigameController")]
|
|
script = ExtResource("1_fwf73")
|
|
_minigameController = NodePath("Minigame")
|
|
|
|
[node name="Minigame" parent="." instance=ExtResource("1_wh3re")]
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|