Browse Source

Add player to main scene

DricomDragon 5 years ago
parent
commit
847d75ee24
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Main.tscn

+ 5 - 1
Main.tscn

@@ -1,7 +1,8 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=5 format=2]
 
 [ext_resource path="res://Main.gd" type="Script" id=1]
 [ext_resource path="res://Enemy.tscn" type="PackedScene" id=2]
+[ext_resource path="res://Player.tscn" type="PackedScene" id=3]
 
 [sub_resource type="Curve2D" id=1]
 _data = {
@@ -33,6 +34,9 @@ curve = SubResource( 1 )
 [node name="MobSpawnLocation" type="PathFollow2D" parent="MobPath"]
 position = Vector2( -1.05261, 2.78944 )
 rotation = -6.07153e-08
+
+[node name="Player" parent="." instance=ExtResource( 3 )]
+position = Vector2( 245.983, 380.055 )
 [connection signal="timeout" from="MobTimer" to="." method="_on_MobTimer_timeout"]
 [connection signal="timeout" from="ScoreTimer" to="." method="_on_ScoreTimer_timeout"]
 [connection signal="timeout" from="StartTimer" to="." method="_on_StartTimer_timeout"]