First godot-ci commit
This commit is contained in:
21
scenes/Game.tscn
Executable file
21
scenes/Game.tscn
Executable file
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/Game.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/Arena.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scenes/Base.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://scenes/EnemyGenerator.tscn" type="PackedScene" id=5]
|
||||
|
||||
[node name="Game" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Arena" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 3 )]
|
||||
position = Vector2( 456.975, 971.301 )
|
||||
|
||||
[node name="Base" parent="." instance=ExtResource( 4 )]
|
||||
position = Vector2( 94.6306, 955.095 )
|
||||
|
||||
[node name="EnemyGenerator" parent="." instance=ExtResource( 5 )]
|
||||
|
||||
Reference in New Issue
Block a user