You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
567 B
19 lines
567 B
4 years ago
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://Objects/Rocket.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://Scripts/Rocket.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://Scripts/AsteroidSpawn.gd" type="Script" id=4]
|
||
|
|
||
|
[node name="Game" type="Node2D"]
|
||
|
script = ExtResource( 4 )
|
||
|
|
||
|
[node name="Rocket" parent="." instance=ExtResource( 1 )]
|
||
|
position = Vector2( 512, 300 )
|
||
|
scale = Vector2( 2, 2 )
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="Camera2D" type="Camera2D" parent="Rocket"]
|
||
|
offset = Vector2( 0, -220 )
|
||
|
current = true
|
||
|
smoothing_enabled = true
|