Cranberry/Main.tscn

67 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2021-07-27 19:23:57 +00:00
[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
}