Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
78
scenes/Investigations/InvestigationPurple.tscn
Normal file
78
scenes/Investigations/InvestigationPurple.tscn
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/Investigations/InvestigationBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/Investigations/InvestigationPurple.gd" type="Script" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=3]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Purple/5.webp" type="Texture" id=4]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Purple/1.webp" type="Texture" id=5]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Purple/3.webp" type="Texture" id=6]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Purple/2.webp" type="Texture" id=7]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Purple/4.webp" type="Texture" id=8]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=4]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=5]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[node name="Control" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="a1" type="TextureButton" parent="Clues" index="0"]
|
||||
material = SubResource( 1 )
|
||||
margin_left = 20.0
|
||||
margin_top = 725.0
|
||||
margin_right = 370.0
|
||||
margin_bottom = 1075.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 5 )
|
||||
|
||||
[node name="a2" type="TextureButton" parent="Clues" index="1"]
|
||||
material = SubResource( 2 )
|
||||
margin_left = 165.0
|
||||
margin_top = 380.0
|
||||
margin_right = 515.0
|
||||
margin_bottom = 730.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 7 )
|
||||
|
||||
[node name="a3" type="TextureButton" parent="Clues" index="2"]
|
||||
material = SubResource( 3 )
|
||||
margin_left = 890.0
|
||||
margin_top = 550.0
|
||||
margin_right = 1260.0
|
||||
margin_bottom = 920.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 6 )
|
||||
|
||||
[node name="a4" type="TextureButton" parent="Clues" index="3"]
|
||||
material = SubResource( 4 )
|
||||
margin_left = 1345.0
|
||||
margin_top = 510.0
|
||||
margin_right = 1795.0
|
||||
margin_bottom = 960.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 8 )
|
||||
|
||||
[node name="a5" type="TextureButton" parent="Clues" index="4"]
|
||||
material = SubResource( 5 )
|
||||
margin_left = 1300.0
|
||||
margin_top = 867.0
|
||||
margin_right = 1720.0
|
||||
margin_bottom = 1287.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 4 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue