Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
|
@ -0,0 +1,57 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_140_lighthouse_back.gd" type="Script" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=3]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=23]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=25]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=24]
|
||||
size = 36
|
||||
font_data = SubResource( 25 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="SpriteButtons" parent="." index="0"]
|
||||
z_index = 1
|
||||
|
||||
[node name="Arrow" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 23 )
|
||||
margin_left = 100.0
|
||||
margin_top = 800.0
|
||||
margin_right = 220.0
|
||||
margin_bottom = 890.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
||||
[node name="Cliff" type="TextureButton" parent="SpriteButtons" index="1"]
|
||||
material = SubResource( 23 )
|
||||
margin_left = 955.0
|
||||
margin_top = 317.0
|
||||
margin_right = 1433.0
|
||||
margin_bottom = 647.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
|
||||
[node name="a1" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 24 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="a2" type="Label" parent="Labels" index="1"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 24 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Cliff" to="." method="_on_Cliff_button_up"]
|
Loading…
Add table
Add a link
Reference in a new issue