2017-08-24 20:50:28 +01:00
|
|
|
[gd_scene load_steps=8 format=1]
|
2017-07-29 15:49:55 +01:00
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
[ext_resource path="res://Game.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://Minimap.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://AsteroidSpawner.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://PowerStation.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=5]
|
|
|
|
[ext_resource path="res://raw/space.png" type="Texture" id=6]
|
|
|
|
[ext_resource path="res://EnemyGrunt.tscn" type="PackedScene" id=7]
|
2017-07-29 15:49:55 +01:00
|
|
|
|
|
|
|
[node name="Game" type="Node"]
|
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
script/script = ExtResource( 1 )
|
2017-07-30 17:30:10 +01:00
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
[node name="MinimapControl" parent="." instance=ExtResource( 2 )]
|
|
|
|
|
|
|
|
[node name="AsteroidSpawner" parent="." instance=ExtResource( 3 )]
|
2017-07-30 17:30:10 +01:00
|
|
|
|
2017-07-30 19:11:15 +01:00
|
|
|
[node name="PowerStations" type="Node" parent="."]
|
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
[node name="PowerStation" parent="PowerStations" instance=ExtResource( 4 )]
|
2017-07-30 19:11:15 +01:00
|
|
|
|
|
|
|
transform/pos = Vector2( 119.085, -182.303 )
|
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
[node name="Player" parent="." instance=ExtResource( 5 )]
|
2017-07-29 15:49:55 +01:00
|
|
|
|
2017-08-12 18:23:11 +01:00
|
|
|
transform/pos = Vector2( 92.7742, 1023.01 )
|
2017-07-29 22:28:46 +01:00
|
|
|
|
2017-07-30 17:30:10 +01:00
|
|
|
[node name="ParallaxBackground" type="ParallaxBackground" parent="."]
|
|
|
|
|
|
|
|
layer = -1
|
|
|
|
offset = Vector2( 0, 0 )
|
|
|
|
rotation = 0.0
|
|
|
|
scale = Vector2( 1, 1 )
|
|
|
|
scroll/offset = Vector2( 0, 0 )
|
|
|
|
scroll/base_offset = Vector2( 0, 0 )
|
|
|
|
scroll/base_scale = Vector2( 1, 1 )
|
|
|
|
scroll/limit_begin = Vector2( 0, 0 )
|
|
|
|
scroll/limit_end = Vector2( 0, 0 )
|
|
|
|
scroll/ignore_camera_zoom = true
|
|
|
|
|
2017-07-31 15:49:04 +01:00
|
|
|
[node name="ParallaxLayer 2" type="ParallaxLayer" parent="ParallaxBackground"]
|
2017-07-30 17:30:10 +01:00
|
|
|
|
2017-07-31 15:49:04 +01:00
|
|
|
transform/rot = 90.0
|
|
|
|
motion/scale = Vector2( 0.5, 0.5 )
|
2017-07-30 17:30:10 +01:00
|
|
|
motion/offset = Vector2( 0, 0 )
|
|
|
|
motion/mirroring = Vector2( 0, 0 )
|
|
|
|
|
2017-07-31 15:49:04 +01:00
|
|
|
[node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer 2"]
|
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
texture = ExtResource( 6 )
|
2017-07-31 15:49:04 +01:00
|
|
|
region = true
|
|
|
|
region_rect = Rect2( 0, 0, 8192, 8192 )
|
|
|
|
|
|
|
|
[node name="ParallaxLayer" type="ParallaxLayer" parent="ParallaxBackground"]
|
|
|
|
|
|
|
|
visibility/opacity = 0.5
|
|
|
|
visibility/self_opacity = 0.5
|
|
|
|
motion/scale = Vector2( 0.45, 0.45 )
|
|
|
|
motion/offset = Vector2( 128, 128 )
|
|
|
|
motion/mirroring = Vector2( 0, 0 )
|
|
|
|
|
2017-07-30 17:30:10 +01:00
|
|
|
[node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer"]
|
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
texture = ExtResource( 6 )
|
2017-07-30 17:30:10 +01:00
|
|
|
region = true
|
|
|
|
region_rect = Rect2( 0, 0, 8192, 8192 )
|
2017-07-29 23:10:31 +01:00
|
|
|
|
2017-07-31 17:23:46 +01:00
|
|
|
[node name="EnemyGrunt" parent="." instance=ExtResource( 7 )]
|
|
|
|
|
|
|
|
transform/pos = Vector2( 127.878, -20.3627 )
|
2017-08-04 19:53:05 +01:00
|
|
|
transform/scale = Vector2( 1.5, 1.5 )
|
2017-07-31 17:23:46 +01:00
|
|
|
|
2017-07-29 15:49:55 +01:00
|
|
|
|