17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
|
[gd_scene load_steps=3 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]
|
||
|
|
||
|
[node name="wave" type="Node2D"]
|
||
|
script = ExtResource( 2 )
|
||
|
number_of_enemies = 2
|
||
|
|
||
|
[node name="viper" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 174.705, 133.134 )
|
||
|
speed = 80
|
||
|
|
||
|
[node name="viper2" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( -15.7581, 134.395 )
|
||
|
speed = 80
|