[gd_scene load_steps=16 format=2] [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://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/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] size = 125 outline_size = 9 outline_color = Color( 0, 0, 0, 1 ) use_filter = true font_data = ExtResource( 4 ) [sub_resource type="DynamicFont" id=2] size = 100 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"] anchor_right = 1.0 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_top = 80 custom_constants/margin_left = 120 custom_constants/margin_bottom = 80 __meta__ = { "_edit_use_anchors_": false } [node name="HBoxContainer" type="HBoxContainer" parent="."] 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 ) [node name="Menu Music" type="AudioStreamPlayer" parent="HBoxContainer/VBoxContainer/Rocket"] 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 ) script = ExtResource( 1 ) [node name="AsteroidDodge" type="Label" parent="HBoxContainer/VBoxContainer/Text Container"] margin_left = -498.941 margin_top = -785.719 margin_right = 496.059 margin_bottom = -448.719 custom_fonts/font = SubResource( 1 ) text = "AsterVoid " align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Tap" type="Label" parent="HBoxContainer/VBoxContainer/Text Container"] margin_left = -288.69 margin_top = 979.438 margin_right = 272.31 margin_bottom = 1089.44 custom_fonts/font = SubResource( 2 ) text = "Tap to play!" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [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 ) scale = Vector2( 4.19527, 4.19527 ) z_index = -1 texture = ExtResource( 3 )