25 lines
1 KiB
Text
25 lines
1 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://mini-game/scenes/decor/background.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://mini-game/scenes/decor/foreground.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://mini-game/scenes/players/player2.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://mini-game/MiniGame.gd" type="Script" id=4]
|
|
[ext_resource path="res://mini-game/scenes/spawner/spawner.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://mini-game/scenes/decor/scoreUI.tscn" type="PackedScene" id=7]
|
|
|
|
[node name="MiniGame" type="Node2D"]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="background" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 1, -125 )
|
|
|
|
[node name="foreground" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="spawner" parent="." instance=ExtResource( 6 )]
|
|
position = Vector2( 1112.97, 525.9 )
|
|
|
|
[node name="player2" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 139.557, 526.191 )
|
|
scale = Vector2( 4.7029, 4.7029 )
|
|
|
|
[node name="scoreUI" parent="." instance=ExtResource( 7 )]
|