Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
38
scenes/AlternativeChoices/AlternativeChoiceTimeline_8.tscn
Normal file
38
scenes/AlternativeChoices/AlternativeChoiceTimeline_8.tscn
Normal file
|
@ -0,0 +1,38 @@
|
|||
[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_8.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=20]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=19]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=25]
|
||||
size = 36
|
||||
font_data = SubResource( 19 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Back" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 20 )
|
||||
margin_left = 160.0
|
||||
margin_top = 550.0
|
||||
margin_right = 280.0
|
||||
margin_bottom = 640.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
||||
[node name="Back" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_bottom = 43.0
|
||||
custom_fonts/font = SubResource( 25 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/Back" to="." method="_on_Back_button_up"]
|
Loading…
Add table
Add a link
Reference in a new issue