17 lines
462 B
Plaintext
17 lines
462 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://entities/ufo/ufo.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://levels/wave.gd" type="Script" id=2]
|
||
|
|
||
|
[node name="wave" type="Node2D"]
|
||
|
script = ExtResource( 2 )
|
||
|
number_of_enemies = 2
|
||
|
|
||
|
[node name="ufo2" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 120, -8 )
|
||
|
pellett_count = 15
|
||
|
|
||
|
[node name="ufo" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 40, -8 )
|
||
|
pellett_count = 15
|