Initial commit
This commit is contained in:
66
Main.tscn
Normal file
66
Main.tscn
Normal file
@ -0,0 +1,66 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://PressStart2P-vaV7.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://Menu.gd" type="Script" id=2]
|
||||
[ext_resource path="res://Assets/splash.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Assets/start-btn.png" type="Texture" id=4]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 8
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[node name="Main" type="Node2D"]
|
||||
|
||||
[node name="Menu" type="Node2D" parent="."]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="splash" type="Sprite" parent="Menu"]
|
||||
position = Vector2( 195.057, 96.3936 )
|
||||
texture = ExtResource( 3 )
|
||||
centered = false
|
||||
offset = Vector2( -195.057, -96.3936 )
|
||||
|
||||
[node name="splash2" type="Sprite" parent="Menu"]
|
||||
position = Vector2( 195.057, 89.3936 )
|
||||
texture = ExtResource( 3 )
|
||||
centered = false
|
||||
offset = Vector2( -195.057, -96.3936 )
|
||||
|
||||
[node name="TextureButton" type="TextureButton" parent="Menu"]
|
||||
margin_left = 113.28
|
||||
margin_top = 206.965
|
||||
margin_right = 209.28
|
||||
margin_bottom = 228.965
|
||||
texture_normal = ExtResource( 4 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="Menu"]
|
||||
margin_left = 28.4219
|
||||
margin_top = 146.063
|
||||
margin_right = 300.422
|
||||
margin_bottom = 198.063
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "HOW TO PLAY:
|
||||
1. Use WASD or arrow keys to move.
|
||||
2. Press and hold SPACE to grab
|
||||
and move small objects with
|
||||
green hightlight."
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label2" type="Label" parent="Menu"]
|
||||
visible = false
|
||||
margin_left = 32.0
|
||||
margin_top = 220.0
|
||||
margin_right = 298.0
|
||||
margin_bottom = 239.0
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Press SPACE to start playing."
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
Reference in New Issue
Block a user