20 lines
597 B
Plaintext
20 lines
597 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://entities/viper/viper.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://levels/wave.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://entities/ufo/ufo.tscn" type="PackedScene" id=3]
|
||
|
|
||
|
[node name="wave" type="Node2D"]
|
||
|
script = ExtResource( 2 )
|
||
|
number_of_enemies = 2
|
||
|
|
||
|
[node name="ufo" parent="." instance=ExtResource( 3 )]
|
||
|
position = Vector2( 30.551, -22.7119 )
|
||
|
pellett_count = 20
|
||
|
pellett_rows_per_wave = 5
|
||
|
pellet_waves = 2
|
||
|
|
||
|
[node name="viper" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 149.427, -12.5563 )
|
||
|
speed = 120
|