Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
113
scenes/BackgroundScenes/Scene8.tscn
Normal file
113
scenes/BackgroundScenes/Scene8.tscn
Normal file
|
@ -0,0 +1,113 @@
|
|||
[gd_scene load_steps=22 format=2]
|
||||
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/102_Trees.webp" type="Texture" id=1]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/302_VolumeLight2.webp" type="Texture" id=2]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/NADPISI-FIXED.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/301_VolumeLight1.webp" type="Texture" id=4]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/101_Sky.webp" type="Texture" id=5]
|
||||
[ext_resource path="res://resources/materials/material_for_darkening.tres" type="Material" id=6]
|
||||
[ext_resource path="res://scripts/backround_scenes_scripts/Scene8.gd" type="Script" id=7]
|
||||
[ext_resource path="res://resources/graphics/clouds/Cloud_2_1.webp" type="Texture" id=8]
|
||||
[ext_resource path="res://resources/graphics/clouds/Clouds_Menu_1.webp" type="Texture" id=9]
|
||||
[ext_resource path="res://resources/effects/MovingBackground.gdshader" type="Shader" id=10]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/magnifier.webp" type="Texture" id=11]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/magnifier_inside.webp" type="Texture" id=12]
|
||||
[ext_resource path="res://zoom_in_shader.tres" type="Shader" id=13]
|
||||
[ext_resource path="res://scripts/Lens.gd" type="Script" id=14]
|
||||
[ext_resource path="res://scripts/Lens_move.gd" type="Script" id=15]
|
||||
[ext_resource path="res://scripts/BookShelfHover.gd" type="Script" id=16]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene8/TELEFON.webp" type="Texture" id=18]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 10 )
|
||||
shader_param/direction = Vector2( 1, 0 )
|
||||
shader_param/speed_scale = 0.003
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 10 )
|
||||
shader_param/direction = Vector2( 1, 0 )
|
||||
shader_param/speed_scale = 0.003
|
||||
|
||||
[sub_resource type="LargeTexture" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 13 )
|
||||
shader_param/tiling = Vector2( 0.9, 0.9 )
|
||||
shader_param/offset = Vector2( 0, 0 )
|
||||
|
||||
[node name="Scene8" type="Node2D"]
|
||||
script = ExtResource( 7 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
material = ExtResource( 6 )
|
||||
texture = ExtResource( 5 )
|
||||
centered = false
|
||||
|
||||
[node name="Cloud2" type="Sprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
texture = ExtResource( 9 )
|
||||
centered = false
|
||||
|
||||
[node name="Cloud1" type="Sprite" parent="."]
|
||||
material = SubResource( 2 )
|
||||
texture = ExtResource( 8 )
|
||||
centered = false
|
||||
|
||||
[node name="Sprite2" type="Sprite" parent="."]
|
||||
texture = ExtResource( 1 )
|
||||
centered = false
|
||||
|
||||
[node name="Sprite3" type="Sprite" parent="."]
|
||||
texture = ExtResource( 3 )
|
||||
centered = false
|
||||
|
||||
[node name="Phone" type="Sprite" parent="."]
|
||||
texture = ExtResource( 18 )
|
||||
centered = false
|
||||
|
||||
[node name="Lights" type="Node2D" parent="."]
|
||||
|
||||
[node name="Light2D" type="Light2D" parent="Lights"]
|
||||
texture = ExtResource( 4 )
|
||||
offset = Vector2( 1920, 1080 )
|
||||
energy = 2.0
|
||||
range_z_min = -100
|
||||
range_z_max = 1
|
||||
range_layer_max = 1
|
||||
|
||||
[node name="Light2D2" type="Light2D" parent="Lights"]
|
||||
visible = false
|
||||
texture = ExtResource( 2 )
|
||||
offset = Vector2( 1920, 1080 )
|
||||
|
||||
[node name="HoverObjects" type="Node2D" parent="."]
|
||||
|
||||
[node name="left" type="TextureRect" parent="HoverObjects"]
|
||||
margin_left = -5.0
|
||||
margin_top = 60.0
|
||||
margin_right = 997.0
|
||||
margin_bottom = 872.0
|
||||
texture = SubResource( 4 )
|
||||
script = ExtResource( 16 )
|
||||
|
||||
[node name="right" type="TextureRect" parent="HoverObjects"]
|
||||
margin_left = 2639.0
|
||||
margin_top = 258.0
|
||||
margin_right = 3230.0
|
||||
margin_bottom = 768.0
|
||||
script = ExtResource( 16 )
|
||||
|
||||
[node name="MovingLens" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="Lens" type="Node2D" parent="MovingLens"]
|
||||
position = Vector2( 1702, 1500 )
|
||||
script = ExtResource( 15 )
|
||||
|
||||
[node name="ramaka" type="Sprite" parent="MovingLens/Lens"]
|
||||
texture = ExtResource( 11 )
|
||||
|
||||
[node name="vnutri" type="Sprite" parent="MovingLens/Lens"]
|
||||
material = SubResource( 3 )
|
||||
texture = ExtResource( 12 )
|
||||
script = ExtResource( 14 )
|
Loading…
Add table
Add a link
Reference in a new issue