|
@ -1,22 +1,64 @@ |
|
|
[gd_scene load_steps=8 format=2] |
|
|
[gd_scene load_steps=16 format=2] |
|
|
|
|
|
|
|
|
[ext_resource path="res://Scripts/Text Container.gd" type="Script" id=1] |
|
|
[ext_resource path="res://Scripts/Text Container.gd" type="Script" id=1] |
|
|
[ext_resource path="res://Objects/Rocket.tscn" type="PackedScene" id=2] |
|
|
[ext_resource path="res://Objects/Rocket.tscn" type="PackedScene" id=2] |
|
|
[ext_resource path="res://Images and Anims/In Game/background.png" type="Texture" id=3] |
|
|
[ext_resource path="res://Images and Anims/In Game/background.png" type="Texture" id=3] |
|
|
[ext_resource path="res://Fonts/FasterOne-Regular.ttf" type="DynamicFontData" id=4] |
|
|
[ext_resource path="res://Fonts/FasterOne-Regular.ttf" type="DynamicFontData" id=4] |
|
|
[ext_resource path="res://Fonts/TurretRoad-Light.ttf" type="DynamicFontData" id=5] |
|
|
[ext_resource path="res://Fonts/TurretRoad-Light.ttf" type="DynamicFontData" id=5] |
|
|
|
|
|
[ext_resource path="res://Music and Sounds/menu.ogg" type="AudioStream" id=6] |
|
|
|
|
|
[ext_resource path="res://Images and Anims/In Game/coin.png" type="Texture" id=7] |
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1] |
|
|
[sub_resource type="DynamicFont" id=1] |
|
|
size = 156 |
|
|
size = 125 |
|
|
|
|
|
outline_size = 9 |
|
|
|
|
|
outline_color = Color( 0, 0, 0, 1 ) |
|
|
|
|
|
use_filter = true |
|
|
font_data = ExtResource( 4 ) |
|
|
font_data = ExtResource( 4 ) |
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=2] |
|
|
[sub_resource type="DynamicFont" id=2] |
|
|
size = 100 |
|
|
size = 100 |
|
|
font_data = ExtResource( 5 ) |
|
|
font_data = ExtResource( 5 ) |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=3] |
|
|
|
|
|
flags = 4 |
|
|
|
|
|
atlas = ExtResource( 7 ) |
|
|
|
|
|
region = Rect2( 0, 0, 16, 16 ) |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=4] |
|
|
|
|
|
flags = 4 |
|
|
|
|
|
atlas = ExtResource( 7 ) |
|
|
|
|
|
region = Rect2( 16, 0, 16, 16 ) |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=5] |
|
|
|
|
|
flags = 4 |
|
|
|
|
|
atlas = ExtResource( 7 ) |
|
|
|
|
|
region = Rect2( 32, 0, 16, 16 ) |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=6] |
|
|
|
|
|
flags = 4 |
|
|
|
|
|
atlas = ExtResource( 7 ) |
|
|
|
|
|
region = Rect2( 48, 0, 16, 16 ) |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=7] |
|
|
|
|
|
flags = 4 |
|
|
|
|
|
atlas = ExtResource( 7 ) |
|
|
|
|
|
region = Rect2( 64, 0, 16, 16 ) |
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id=8] |
|
|
|
|
|
animations = [ { |
|
|
|
|
|
"frames": [ SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ) ], |
|
|
|
|
|
"loop": true, |
|
|
|
|
|
"name": "default", |
|
|
|
|
|
"speed": 8.0 |
|
|
|
|
|
} ] |
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer"] |
|
|
[node name="MarginContainer" type="MarginContainer"] |
|
|
anchor_right = 0.906 |
|
|
anchor_right = 1.0 |
|
|
anchor_bottom = 0.744 |
|
|
anchor_bottom = 1.0 |
|
|
|
|
|
margin_left = 80.0 |
|
|
|
|
|
margin_top = 120.0 |
|
|
|
|
|
margin_right = -80.0 |
|
|
|
|
|
margin_bottom = -120.0 |
|
|
custom_constants/margin_right = 120 |
|
|
custom_constants/margin_right = 120 |
|
|
custom_constants/margin_top = 80 |
|
|
custom_constants/margin_top = 80 |
|
|
custom_constants/margin_left = 120 |
|
|
custom_constants/margin_left = 120 |
|
@ -25,20 +67,33 @@ __meta__ = { |
|
|
"_edit_use_anchors_": false |
|
|
"_edit_use_anchors_": false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[node name="Rocket" parent="." instance=ExtResource( 2 )] |
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."] |
|
|
position = Vector2( 375, 600 ) |
|
|
margin_left = 120.0 |
|
|
|
|
|
margin_top = 80.0 |
|
|
|
|
|
margin_right = 548.0 |
|
|
|
|
|
margin_bottom = 1472.0 |
|
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"] |
|
|
|
|
|
margin_bottom = 1392.0 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Rocket" parent="HBoxContainer/VBoxContainer" instance=ExtResource( 2 )] |
|
|
|
|
|
position = Vector2( 203.049, 610.744 ) |
|
|
scale = Vector2( 10, 10 ) |
|
|
scale = Vector2( 10, 10 ) |
|
|
|
|
|
|
|
|
[node name="Text Container" type="Node2D" parent="."] |
|
|
[node name="Menu Music" type="AudioStreamPlayer" parent="HBoxContainer/VBoxContainer/Rocket"] |
|
|
position = Vector2( 375, 700 ) |
|
|
stream = ExtResource( 6 ) |
|
|
|
|
|
autoplay = true |
|
|
|
|
|
|
|
|
|
|
|
[node name="Text Container" type="Node2D" parent="HBoxContainer/VBoxContainer"] |
|
|
|
|
|
position = Vector2( 204.073, 604.439 ) |
|
|
scale = Vector2( 0.7, 0.7 ) |
|
|
scale = Vector2( 0.7, 0.7 ) |
|
|
script = ExtResource( 1 ) |
|
|
script = ExtResource( 1 ) |
|
|
|
|
|
|
|
|
[node name="AsteroidDodge" type="Label" parent="Text Container"] |
|
|
[node name="AsteroidDodge" type="Label" parent="HBoxContainer/VBoxContainer/Text Container"] |
|
|
margin_left = -561.338 |
|
|
margin_left = -498.941 |
|
|
margin_top = -824.82 |
|
|
margin_top = -785.719 |
|
|
margin_right = 588.662 |
|
|
margin_right = 496.059 |
|
|
margin_bottom = -434.82 |
|
|
margin_bottom = -448.719 |
|
|
custom_fonts/font = SubResource( 1 ) |
|
|
custom_fonts/font = SubResource( 1 ) |
|
|
text = "AsterVoid |
|
|
text = "AsterVoid |
|
|
" |
|
|
" |
|
@ -48,11 +103,11 @@ __meta__ = { |
|
|
"_edit_use_anchors_": false |
|
|
"_edit_use_anchors_": false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[node name="Tap" type="Label" parent="Text Container"] |
|
|
[node name="Tap" type="Label" parent="HBoxContainer/VBoxContainer/Text Container"] |
|
|
margin_left = -264.901 |
|
|
margin_left = -288.69 |
|
|
margin_top = 682.457 |
|
|
margin_top = 979.438 |
|
|
margin_right = -191.901 |
|
|
margin_right = 272.31 |
|
|
margin_bottom = 696.457 |
|
|
margin_bottom = 1089.44 |
|
|
custom_fonts/font = SubResource( 2 ) |
|
|
custom_fonts/font = SubResource( 2 ) |
|
|
text = "Tap to play!" |
|
|
text = "Tap to play!" |
|
|
align = 1 |
|
|
align = 1 |
|
@ -61,7 +116,20 @@ __meta__ = { |
|
|
"_edit_use_anchors_": false |
|
|
"_edit_use_anchors_": false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."] |
|
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="HBoxContainer/VBoxContainer"] |
|
|
|
|
|
position = Vector2( 95.1149, 1.36029 ) |
|
|
|
|
|
scale = Vector2( 3.39608, 3.39608 ) |
|
|
|
|
|
frames = SubResource( 8 ) |
|
|
|
|
|
frame = 4 |
|
|
|
|
|
playing = true |
|
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="HBoxContainer"] |
|
|
|
|
|
margin_left = 4.0 |
|
|
|
|
|
margin_right = 4.0 |
|
|
|
|
|
margin_bottom = 1392.0 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Background" type="Sprite" parent="."] |
|
|
|
|
|
visible = false |
|
|
position = Vector2( 339.761, 738.579 ) |
|
|
position = Vector2( 339.761, 738.579 ) |
|
|
scale = Vector2( 4.19527, 4.19527 ) |
|
|
scale = Vector2( 4.19527, 4.19527 ) |
|
|
z_index = -1 |
|
|
z_index = -1 |
|
|