Run godot --convert-3to4 (automated conversion)
Apply Godot 4.6 automated conversion: renames Spatial.translate->position, margin_*->offset_*, tool->@tool, .empty()->.is_empty(), DynamicFont->FontFile, onready->@onready, export()->@export, and many more. 127 files changed by the tool. Manual fixes still required for: - godot_db_manager plugin (incompatible APIs: WindowDialog, Tabs, etc.) - lod plugin (Spatial -> Node3D renames) - ResourceLoader.load_interactive removed -> load_threaded_request - OS.set_window_fullscreen removed -> DisplayServer - Viewport.set_size_override removed Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+7
-7
@@ -1,12 +1,12 @@
|
||||
extends Node
|
||||
|
||||
export (PackedScene) var title = load("res://scenes/UI/title/Title.tscn")
|
||||
export (PackedScene) var setting = load("res://scenes/UI/settings/Settings.tscn")
|
||||
export (PackedScene) var choose_scene = load("res://scenes/UI/choose_scenes/ChooseScene.tscn")
|
||||
@export var title: PackedScene = load("res://scenes/UI/title/Title.tscn")
|
||||
@export var setting: PackedScene = load("res://scenes/UI/settings/Settings.tscn")
|
||||
@export var choose_scene: PackedScene = load("res://scenes/UI/choose_scenes/ChooseScene.tscn")
|
||||
|
||||
onready var current_scene = "title"
|
||||
onready var stream_button = preload("res://assets/sounds/click-button.ogg")
|
||||
onready var home = $MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/CenterContainer/TextureRect
|
||||
@onready var current_scene = "title"
|
||||
@onready var stream_button = preload("res://assets/sounds/click-button.ogg")
|
||||
@onready var home = $MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/CenterContainer/TextureRect
|
||||
|
||||
func _ready():
|
||||
_translation()
|
||||
@@ -32,7 +32,7 @@ func _apply_scene(actual_scene):
|
||||
if node.get_child_count() != 0:
|
||||
node.get_child(0).queue_free()
|
||||
|
||||
node.add_child(actual_scene.instance())
|
||||
node.add_child(actual_scene.instantiate())
|
||||
|
||||
# Load scene for select game
|
||||
func _on_ButtonPuzzle_pressed():
|
||||
|
||||
+26
-26
@@ -23,61 +23,61 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 720.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
|
||||
[node name="UI_summary" parent="MarginContainer/HBoxContainer" instance=ExtResource( 8 )]
|
||||
anchor_bottom = 0.0
|
||||
margin_right = 446.0
|
||||
margin_bottom = 720.0
|
||||
offset_right = 446.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="PanelWood" parent="MarginContainer/HBoxContainer/UI_summary" index="0"]
|
||||
margin_bottom = 720.0
|
||||
offset_bottom = 720.0
|
||||
|
||||
[node name="CenterContainer" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="0"]
|
||||
margin_bottom = 128.0
|
||||
offset_bottom = 128.0
|
||||
|
||||
[node name="TextureRect" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/CenterContainer" index="0"]
|
||||
margin_top = 0.0
|
||||
margin_bottom = 128.0
|
||||
offset_top = 0.0
|
||||
offset_bottom = 128.0
|
||||
|
||||
[node name="ButtonPuzzle" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="1"]
|
||||
margin_top = 158.0
|
||||
margin_bottom = 235.0
|
||||
offset_top = 158.0
|
||||
offset_bottom = 235.0
|
||||
|
||||
[node name="ButtonSetting" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="2"]
|
||||
margin_top = 265.0
|
||||
margin_bottom = 342.0
|
||||
offset_top = 265.0
|
||||
offset_bottom = 342.0
|
||||
|
||||
[node name="ButtonCredits" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="3"]
|
||||
margin_top = 372.0
|
||||
margin_bottom = 449.0
|
||||
offset_top = 372.0
|
||||
offset_bottom = 449.0
|
||||
|
||||
[node name="MarginContainer" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="4"]
|
||||
margin_top = 479.0
|
||||
margin_bottom = 533.0
|
||||
offset_top = 479.0
|
||||
offset_bottom = 533.0
|
||||
|
||||
[node name="ButtonQuit" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="5"]
|
||||
margin_top = 563.0
|
||||
margin_bottom = 640.0
|
||||
offset_top = 563.0
|
||||
offset_bottom = 640.0
|
||||
|
||||
[node name="ContainerVersion" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="6"]
|
||||
margin_top = 670.0
|
||||
margin_bottom = 690.0
|
||||
offset_top = 670.0
|
||||
offset_bottom = 690.0
|
||||
|
||||
[node name="MarginContainerBottom" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="7"]
|
||||
margin_top = 720.0
|
||||
margin_bottom = 720.0
|
||||
offset_top = 720.0
|
||||
offset_bottom = 720.0
|
||||
|
||||
[node name="TextureRect" parent="MarginContainer/HBoxContainer/UI_summary" index="1"]
|
||||
margin_bottom = 720.0
|
||||
offset_bottom = 720.0
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer"]
|
||||
margin_left = 450.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 720.0
|
||||
offset_left = 450.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/bck.jpg" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/bck.jpg" type="Texture2D" id=1]
|
||||
|
||||
[sub_resource type="VisualShaderNodeInput" id=1]
|
||||
input_name = "screen_uv"
|
||||
@@ -14,7 +14,7 @@ input_name = "screen_texture"
|
||||
|
||||
[sub_resource type="VisualShader" id=4]
|
||||
code = "shader_type canvas_item;
|
||||
uniform sampler2D tex_frg_4 : hint_albedo;
|
||||
uniform sampler2D tex_frg_4 : source_color;
|
||||
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ nodes/fragment/4/node = SubResource( 2 )
|
||||
nodes/fragment/4/position = Vector2( -80, 60 )
|
||||
nodes/fragment/5/node = SubResource( 3 )
|
||||
nodes/fragment/5/position = Vector2( -1000, 20 )
|
||||
nodes/fragment/connections = PoolIntArray( 4, 0, 0, 0 )
|
||||
nodes/fragment/connections = PackedInt32Array( 4, 0, 0, 0 )
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=5]
|
||||
shader = SubResource( 4 )
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
extends Control
|
||||
|
||||
export (PackedScene) var template = load("res://scenes/UI/choose_scenes/parts/Template.tscn")
|
||||
@export var template: PackedScene = load("res://scenes/UI/choose_scenes/parts/Template.tscn")
|
||||
|
||||
func _ready():
|
||||
_load_button_access_scenes()
|
||||
@@ -38,7 +38,7 @@ func _configure_select(level, node):
|
||||
var thumbnail = get_node(node+"/MarginContainer/CenterAlign/MainButton/MarginStich/ThumbnailLevel")
|
||||
|
||||
thumbnail.set_texture(_load_texture(level.thumbnail()))
|
||||
selector.connect("pressed", Event, _build_method(level.name()))
|
||||
selector.connect("pressed", Callable(Event, _build_method(level.name())))
|
||||
|
||||
func configure_reset(level, node, index, animate):
|
||||
var reset = get_node(node+"/MarginContainer/CenterAlign/MainButton/TabAlign/ButtonReset")
|
||||
@@ -55,14 +55,14 @@ func _configure_reset_disable(animation, reset, animate = false):
|
||||
|
||||
reset.set_disabled(true)
|
||||
reset.set_default_cursor_shape(CURSOR_ARROW)
|
||||
if reset.is_connected("pressed", Event, "_on_reset_level"):
|
||||
reset.disconnect("pressed", Event, "_on_reset_level")
|
||||
if reset.is_connected("pressed", Callable(Event, "_on_reset_level")):
|
||||
reset.disconnect("pressed", Callable(Event, "_on_reset_level"))
|
||||
|
||||
func _configure_reset_enable(animation, reset, level, node, index):
|
||||
animation.play_backwards("SlideReset")
|
||||
reset.set_disabled(false)
|
||||
reset.set_default_cursor_shape(CURSOR_POINTING_HAND)
|
||||
reset.connect("pressed", Event, "_on_reset_level", [level, node, index, self])
|
||||
reset.connect("pressed", Callable(Event, "_on_reset_level").bind(level, node, index, self))
|
||||
|
||||
func configure_counter(level, node):
|
||||
var count = get_node(node+"/MarginContainer/CenterAlign/MainButton/TabAlign/ButtonCount/MarginBottom/Label")
|
||||
|
||||
@@ -14,8 +14,8 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="GridContainer" parent="."]
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 720.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 3
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset-hover.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset-disabled.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count-hover.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset.png" type="Texture" id=5]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count.png" type="Texture" id=6]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-shadow.png" type="Texture" id=7]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-leather.png" type="Texture" id=8]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="FontFile" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset-hover.png" type="Texture2D" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset-disabled.png" type="Texture2D" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count-hover.png" type="Texture2D" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset.png" type="Texture2D" id=5]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count.png" type="Texture2D" id=6]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-shadow.png" type="Texture2D" id=7]
|
||||
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-leather.png" type="Texture2D" id=8]
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "SlideReset"
|
||||
tracks/0/type = "bezier"
|
||||
tracks/0/path = NodePath("MarginContainer/CenterAlign/MainButton/TabAlign/ButtonReset:rect_position:x")
|
||||
tracks/0/path = NodePath("MarginContainer/CenterAlign/MainButton/TabAlign/ButtonReset:position:x")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"points": PoolRealArray( ),
|
||||
"times": PoolRealArray( )
|
||||
"points": PackedFloat32Array( ),
|
||||
"times": PackedFloat32Array( )
|
||||
}
|
||||
tracks/1/type = "bezier"
|
||||
tracks/1/path = NodePath("MarginContainer/CenterAlign/MainButton/TabAlign/ButtonReset:rect_position:y")
|
||||
tracks/1/path = NodePath("MarginContainer/CenterAlign/MainButton/TabAlign/ButtonReset:position:y")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"points": PoolRealArray( 0, -0.25, 0, 0.506539, 0.5, -40, -0.236722, -22.5, 0.25, 0 ),
|
||||
"times": PoolRealArray( 0, 1 )
|
||||
"points": PackedFloat32Array( 0, -0.25, 0, 0.506539, 0.5, -40, -0.236722, -22.5, 0.25, 0 ),
|
||||
"times": PackedFloat32Array( 0, 1 )
|
||||
}
|
||||
|
||||
[node name="TilePuzzle" type="Control"]
|
||||
margin_left = 320.0
|
||||
margin_right = 1600.0
|
||||
margin_bottom = 720.0
|
||||
offset_left = 320.0
|
||||
offset_right = 1600.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
__meta__ = {
|
||||
@@ -45,9 +45,9 @@ __meta__ = {
|
||||
[node name="BackgroundTile" type="TextureRect" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -114.0
|
||||
margin_right = 115.0
|
||||
margin_bottom = 456.0
|
||||
offset_left = -114.0
|
||||
offset_right = 115.0
|
||||
offset_bottom = 456.0
|
||||
texture = ExtResource( 7 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
@@ -56,26 +56,26 @@ __meta__ = {
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -114.0
|
||||
margin_right = 115.0
|
||||
margin_bottom = 720.0
|
||||
custom_constants/margin_right = 10
|
||||
custom_constants/margin_top = 10
|
||||
custom_constants/margin_left = 10
|
||||
offset_left = -114.0
|
||||
offset_right = 115.0
|
||||
offset_bottom = 720.0
|
||||
theme_override_constants/margin_right = 10
|
||||
theme_override_constants/margin_top = 10
|
||||
theme_override_constants/margin_left = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="CenterAlign" type="VBoxContainer" parent="MarginContainer"]
|
||||
margin_left = 10.0
|
||||
margin_top = 10.0
|
||||
margin_right = 219.0
|
||||
margin_bottom = 720.0
|
||||
custom_constants/separation = 0
|
||||
offset_left = 10.0
|
||||
offset_top = 10.0
|
||||
offset_right = 219.0
|
||||
offset_bottom = 720.0
|
||||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="MainButton" type="TextureButton" parent="MarginContainer/CenterAlign"]
|
||||
margin_right = 209.0
|
||||
margin_bottom = 208.0
|
||||
offset_right = 209.0
|
||||
offset_bottom = 208.0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 8 )
|
||||
__meta__ = {
|
||||
@@ -85,19 +85,19 @@ __meta__ = {
|
||||
[node name="MarginStich" type="MarginContainer" parent="MarginContainer/CenterAlign/MainButton"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_constants/margin_right = 5
|
||||
custom_constants/margin_top = 5
|
||||
custom_constants/margin_left = 5
|
||||
custom_constants/margin_bottom = 5
|
||||
theme_override_constants/margin_right = 5
|
||||
theme_override_constants/margin_top = 5
|
||||
theme_override_constants/margin_left = 5
|
||||
theme_override_constants/margin_bottom = 5
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="ThumbnailLevel" type="TextureRect" parent="MarginContainer/CenterAlign/MainButton/MarginStich"]
|
||||
margin_left = 5.0
|
||||
margin_top = 5.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 203.0
|
||||
offset_left = 5.0
|
||||
offset_top = 5.0
|
||||
offset_right = 204.0
|
||||
offset_bottom = 203.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
expand = true
|
||||
@@ -106,10 +106,10 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="ThumbnailLevel" type="TextureRect" parent="MarginContainer/CenterAlign/MainButton"]
|
||||
margin_left = 5.0
|
||||
margin_top = 5.0
|
||||
margin_right = 204.0
|
||||
margin_bottom = 203.0
|
||||
offset_left = 5.0
|
||||
offset_top = 5.0
|
||||
offset_right = 204.0
|
||||
offset_bottom = 203.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
expand = true
|
||||
@@ -119,9 +119,9 @@ __meta__ = {
|
||||
|
||||
[node name="TabAlign" type="HBoxContainer" parent="MarginContainer/CenterAlign/MainButton"]
|
||||
show_behind_parent = true
|
||||
margin_top = 208.0
|
||||
margin_right = 209.0
|
||||
margin_bottom = 710.0
|
||||
offset_top = 208.0
|
||||
offset_right = 209.0
|
||||
offset_bottom = 710.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
alignment = 1
|
||||
@@ -131,18 +131,18 @@ __meta__ = {
|
||||
|
||||
[node name="ButtonReset" type="TextureButton" parent="MarginContainer/CenterAlign/MainButton/TabAlign"]
|
||||
show_behind_parent = true
|
||||
margin_left = 1.0
|
||||
margin_right = 90.0
|
||||
margin_bottom = 57.0
|
||||
offset_left = 1.0
|
||||
offset_right = 90.0
|
||||
offset_bottom = 57.0
|
||||
size_flags_vertical = 0
|
||||
texture_normal = ExtResource( 5 )
|
||||
texture_hover = ExtResource( 2 )
|
||||
texture_disabled = ExtResource( 3 )
|
||||
|
||||
[node name="ButtonCount" type="TextureButton" parent="MarginContainer/CenterAlign/MainButton/TabAlign"]
|
||||
margin_left = 94.0
|
||||
margin_right = 207.0
|
||||
margin_bottom = 57.0
|
||||
offset_left = 94.0
|
||||
offset_right = 207.0
|
||||
offset_bottom = 57.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_vertical = 0
|
||||
texture_normal = ExtResource( 6 )
|
||||
@@ -152,17 +152,17 @@ texture_focused = ExtResource( 4 )
|
||||
[node name="MarginBottom" type="MarginContainer" parent="MarginContainer/CenterAlign/MainButton/TabAlign/ButtonCount"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_constants/margin_bottom = 10
|
||||
theme_override_constants/margin_bottom = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/CenterAlign/MainButton/TabAlign/ButtonCount/MarginBottom"]
|
||||
margin_right = 113.0
|
||||
margin_bottom = 47.0
|
||||
offset_right = 113.0
|
||||
offset_bottom = 47.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 7
|
||||
custom_fonts/font = ExtResource( 1 )
|
||||
theme_override_fonts/font = ExtResource( 1 )
|
||||
text = "X / 10"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
[ext_resource path="res://scenes/UI/ending/Ending.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/sounds/victory.ogg" type="AudioStream" id=2]
|
||||
[ext_resource path="res://assets/fonts/MKX Title.ttf" type="DynamicFontData" id=3]
|
||||
[ext_resource path="res://assets/fonts/MKX Title.ttf" type="FontFile" id=3]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
[sub_resource type="FontFile" id=1]
|
||||
size = 35
|
||||
font_data = ExtResource( 3 )
|
||||
|
||||
@@ -19,10 +19,10 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
margin_left = 640.0
|
||||
margin_top = 360.0
|
||||
margin_right = 640.0
|
||||
margin_bottom = 360.0
|
||||
offset_left = 640.0
|
||||
offset_top = 360.0
|
||||
offset_right = 640.0
|
||||
offset_bottom = 360.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
size_flags_horizontal = 3
|
||||
@@ -38,12 +38,12 @@ stream = ExtResource( 2 )
|
||||
volume_db = -29.411
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = 477.0
|
||||
margin_top = 275.0
|
||||
margin_right = 802.0
|
||||
margin_bottom = 444.0
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
||||
offset_left = 477.0
|
||||
offset_top = 275.0
|
||||
offset_right = 802.0
|
||||
offset_bottom = 444.0
|
||||
theme_override_fonts/font = SubResource( 1 )
|
||||
theme_override_colors/font_color = Color( 1, 1, 1, 1 )
|
||||
text = "aHog !!!
|
||||
|
||||
|
||||
|
||||
@@ -7,24 +7,24 @@
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "BorderAnim"
|
||||
tracks/0/type = "bezier"
|
||||
tracks/0/path = NodePath("LoadingTopBorder:rect_position:x")
|
||||
tracks/0/path = NodePath("LoadingTopBorder:position:x")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"points": PoolRealArray( ),
|
||||
"times": PoolRealArray( )
|
||||
"points": PackedFloat32Array( ),
|
||||
"times": PackedFloat32Array( )
|
||||
}
|
||||
tracks/1/type = "bezier"
|
||||
tracks/1/path = NodePath("LoadingTopBorder:rect_position:y")
|
||||
tracks/1/path = NodePath("LoadingTopBorder:position:y")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"points": PoolRealArray( -768, -0.25, 0, 1.01154, 306.838, -160.174, -1.02203, -283.071, 0.439946, 60.9141, -27.6065, -0.45336, -19.562, 0.536352, 17.1993, 0.362091, -0.538766, -0.968613, 0.25, 0 ),
|
||||
"times": PoolRealArray( 0.1, 0.3, 0.6, 0.9 )
|
||||
"points": PackedFloat32Array( -768, -0.25, 0, 1.01154, 306.838, -160.174, -1.02203, -283.071, 0.439946, 60.9141, -27.6065, -0.45336, -19.562, 0.536352, 17.1993, 0.362091, -0.538766, -0.968613, 0.25, 0 ),
|
||||
"times": PackedFloat32Array( 0.1, 0.3, 0.6, 0.9 )
|
||||
}
|
||||
tracks/2/type = "bezier"
|
||||
tracks/2/path = NodePath("LoadingBare:modulate:a")
|
||||
@@ -33,8 +33,8 @@ tracks/2/loop_wrap = true
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/keys = {
|
||||
"points": PoolRealArray( 0, -0.25, 0, 1.10651, 0.716757, 1, -1.59408, -0.0328361, 0.25, 0 ),
|
||||
"times": PoolRealArray( 0, 0.4 )
|
||||
"points": PackedFloat32Array( 0, -0.25, 0, 1.10651, 0.716757, 1, -1.59408, -0.0328361, 0.25, 0 ),
|
||||
"times": PackedFloat32Array( 0, 0.4 )
|
||||
}
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
@@ -47,11 +47,11 @@ __meta__ = {
|
||||
[node name="BackgroundPicture" parent="." instance=ExtResource( 3 )]
|
||||
|
||||
[node name="LoadingTopBorder" parent="." instance=ExtResource( 2 )]
|
||||
margin_top = 0.362091
|
||||
margin_bottom = 0.362061
|
||||
offset_top = 0.362091
|
||||
offset_bottom = 0.362061
|
||||
|
||||
[node name="LoadingBare" parent="." instance=ExtResource( 1 )]
|
||||
margin_top = 360.0
|
||||
offset_top = 360.0
|
||||
|
||||
[node name="AnimLoading" type="AnimationPlayer" parent="."]
|
||||
method_call_mode = 1
|
||||
|
||||
@@ -6,23 +6,23 @@ anchor_bottom = 1.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 237.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 237.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="BorderLeft" type="ColorRect" parent="."]
|
||||
margin_top = 241.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 478.0
|
||||
rect_min_size = Vector2( 0, 8 )
|
||||
offset_top = 241.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 478.0
|
||||
custom_minimum_size = Vector2( 0, 8 )
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
color = Color( 0.74902, 0.701961, 0.65098, 1 )
|
||||
|
||||
[node name="MarginContainer2" type="MarginContainer" parent="."]
|
||||
margin_top = 482.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 720.0
|
||||
offset_top = 482.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_title.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_title.tres" type="FontFile" id=1]
|
||||
[ext_resource path="res://scenes/UI/loading/Loading.gd" type="Script" id=2]
|
||||
|
||||
[node name="VBoxLoading" type="VBoxContainer"]
|
||||
@@ -8,13 +8,13 @@ anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -96.5
|
||||
margin_top = -28.0
|
||||
margin_right = 96.5
|
||||
margin_bottom = 28.0
|
||||
offset_left = -96.5
|
||||
offset_top = -28.0
|
||||
offset_right = 96.5
|
||||
offset_bottom = 28.0
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
custom_constants/separation = 0
|
||||
theme_override_constants/separation = 0
|
||||
alignment = 1
|
||||
script = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
@@ -22,10 +22,10 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="LabelLoading" type="Label" parent="."]
|
||||
margin_right = 193.0
|
||||
margin_bottom = 56.0
|
||||
custom_fonts/font = ExtResource( 1 )
|
||||
custom_colors/font_color = Color( 0.74902, 0.701961, 0.65098, 1 )
|
||||
offset_right = 193.0
|
||||
offset_bottom = 56.0
|
||||
theme_override_fonts/font = ExtResource( 1 )
|
||||
theme_override_colors/font_color = Color( 0.74902, 0.701961, 0.65098, 1 )
|
||||
text = "loading"
|
||||
align = 1
|
||||
valign = 2
|
||||
|
||||
@@ -17,28 +17,28 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 237.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 237.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||||
margin_top = 241.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 478.0
|
||||
offset_top = 241.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 478.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="HSplitContainer" type="HSplitContainer" parent="VBoxContainer/HBoxContainer"]
|
||||
margin_right = 238.0
|
||||
margin_bottom = 237.0
|
||||
offset_right = 238.0
|
||||
offset_bottom = 237.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 0.3
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer/HBoxContainer"]
|
||||
margin_left = 242.0
|
||||
margin_right = 1037.0
|
||||
margin_bottom = 237.0
|
||||
offset_left = 242.0
|
||||
offset_right = 1037.0
|
||||
offset_bottom = 237.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource( 1 )
|
||||
@@ -47,15 +47,15 @@ step = 0.1
|
||||
rounded = true
|
||||
|
||||
[node name="HSplitContainer2" type="HSplitContainer" parent="VBoxContainer/HBoxContainer"]
|
||||
margin_left = 1041.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 237.0
|
||||
offset_left = 1041.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 237.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 0.3
|
||||
|
||||
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"]
|
||||
margin_top = 482.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 720.0
|
||||
offset_top = 482.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
|
||||
[ext_resource path="res://scenes/UI/loading/parts/LabelLoading.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scenes/UI/loading/parts/BorderColor.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/bck-hrz-grd.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/bck-hrz-grd.png" type="Texture2D" id=3]
|
||||
|
||||
[node name="LoadingBorder" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_vertical = 2
|
||||
rect_clip_content = true
|
||||
clip_contents = true
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
__meta__ = {
|
||||
@@ -18,22 +18,22 @@ __meta__ = {
|
||||
[node name="BackgroundGradient" type="VBoxContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_constants/separation = 0
|
||||
theme_override_constants/separation = 0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="BlackColor" type="ColorRect" parent="BackgroundGradient"]
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 240.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 240.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[node name="ColorRect" type="TextureRect" parent="BackgroundGradient"]
|
||||
margin_top = 240.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 480.0
|
||||
offset_top = 240.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 480.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 3 )
|
||||
@@ -43,9 +43,9 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="BackgroundGradient"]
|
||||
margin_top = 480.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 720.0
|
||||
offset_top = 480.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
@@ -53,11 +53,11 @@ size_flags_vertical = 3
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
margin_top = -30.0
|
||||
margin_bottom = 30.0
|
||||
rect_clip_content = true
|
||||
offset_top = -30.0
|
||||
offset_bottom = 30.0
|
||||
clip_contents = true
|
||||
size_flags_vertical = 5
|
||||
custom_constants/separation = 20
|
||||
theme_override_constants/separation = 20
|
||||
alignment = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
@@ -66,22 +66,22 @@ __meta__ = {
|
||||
[node name="BorderLeft" parent="LabelAndBorder" instance=ExtResource( 2 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_right = 523.0
|
||||
margin_bottom = 60.0
|
||||
offset_right = 523.0
|
||||
offset_bottom = 60.0
|
||||
|
||||
[node name="LabelLoading" parent="LabelAndBorder" instance=ExtResource( 1 )]
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 543.0
|
||||
margin_top = 0.0
|
||||
margin_right = 736.0
|
||||
margin_bottom = 56.0
|
||||
offset_left = 543.0
|
||||
offset_top = 0.0
|
||||
offset_right = 736.0
|
||||
offset_bottom = 56.0
|
||||
|
||||
[node name="BorderRight" parent="LabelAndBorder" instance=ExtResource( 2 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 756.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 60.0
|
||||
offset_left = 756.0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 60.0
|
||||
|
||||
@@ -5,42 +5,42 @@
|
||||
[node name="Settings" type="CenterContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = -1.12244
|
||||
margin_right = -1.12244
|
||||
offset_left = -1.12244
|
||||
offset_right = -1.12244
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
margin_left = 547.0
|
||||
margin_top = 265.0
|
||||
margin_right = 732.0
|
||||
margin_bottom = 455.0
|
||||
offset_left = 547.0
|
||||
offset_top = 265.0
|
||||
offset_right = 732.0
|
||||
offset_bottom = 455.0
|
||||
alignment = 1
|
||||
|
||||
[node name="langue" type="CenterContainer" parent="VBoxContainer"]
|
||||
margin_right = 185.0
|
||||
margin_bottom = 27.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 27.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/langue"]
|
||||
margin_left = 67.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = 27.0
|
||||
offset_left = 67.0
|
||||
offset_right = 117.0
|
||||
offset_bottom = 27.0
|
||||
__meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/langue/VBoxContainer"]
|
||||
margin_right = 50.0
|
||||
margin_bottom = 14.0
|
||||
offset_right = 50.0
|
||||
offset_bottom = 14.0
|
||||
text = "langue :"
|
||||
align = 1
|
||||
|
||||
[node name="data" type="ItemList" parent="VBoxContainer/langue/VBoxContainer"]
|
||||
margin_top = 18.0
|
||||
margin_right = 50.0
|
||||
margin_bottom = 27.0
|
||||
offset_top = 18.0
|
||||
offset_right = 50.0
|
||||
offset_bottom = 27.0
|
||||
focus_mode = 0
|
||||
auto_height = true
|
||||
max_columns = 2
|
||||
@@ -48,72 +48,72 @@ same_column_width = true
|
||||
fixed_icon_size = Vector2( 32, 32 )
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/langue"]
|
||||
margin_left = 92.0
|
||||
margin_top = 13.0
|
||||
margin_right = 92.0
|
||||
margin_bottom = 13.0
|
||||
offset_left = 92.0
|
||||
offset_top = 13.0
|
||||
offset_right = 92.0
|
||||
offset_bottom = 13.0
|
||||
|
||||
[node name="gyroscope" type="CenterContainer" parent="VBoxContainer"]
|
||||
margin_top = 31.0
|
||||
margin_right = 185.0
|
||||
margin_bottom = 71.0
|
||||
offset_top = 31.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 71.0
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/gyroscope"]
|
||||
margin_left = 16.0
|
||||
margin_right = 169.0
|
||||
margin_bottom = 40.0
|
||||
offset_left = 16.0
|
||||
offset_right = 169.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/gyroscope/HBoxContainer"]
|
||||
margin_top = 13.0
|
||||
margin_right = 73.0
|
||||
margin_bottom = 27.0
|
||||
offset_top = 13.0
|
||||
offset_right = 73.0
|
||||
offset_bottom = 27.0
|
||||
text = "gyroscope :"
|
||||
|
||||
[node name="data" type="CheckButton" parent="VBoxContainer/gyroscope/HBoxContainer"]
|
||||
margin_left = 77.0
|
||||
margin_right = 153.0
|
||||
margin_bottom = 40.0
|
||||
offset_left = 77.0
|
||||
offset_right = 153.0
|
||||
offset_bottom = 40.0
|
||||
align = 1
|
||||
|
||||
[node name="ambient_sound" type="CenterContainer" parent="VBoxContainer"]
|
||||
margin_top = 75.0
|
||||
margin_right = 185.0
|
||||
margin_bottom = 115.0
|
||||
offset_top = 75.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 115.0
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ambient_sound"]
|
||||
margin_right = 185.0
|
||||
margin_bottom = 40.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/ambient_sound/HBoxContainer"]
|
||||
margin_top = 13.0
|
||||
margin_right = 105.0
|
||||
margin_bottom = 27.0
|
||||
offset_top = 13.0
|
||||
offset_right = 105.0
|
||||
offset_bottom = 27.0
|
||||
text = "Ambiant sound :"
|
||||
|
||||
[node name="data" type="CheckButton" parent="VBoxContainer/ambient_sound/HBoxContainer"]
|
||||
margin_left = 109.0
|
||||
margin_right = 185.0
|
||||
margin_bottom = 40.0
|
||||
offset_left = 109.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="resolution" type="CenterContainer" parent="VBoxContainer"]
|
||||
margin_top = 119.0
|
||||
margin_right = 185.0
|
||||
margin_bottom = 146.0
|
||||
offset_top = 119.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 146.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/resolution"]
|
||||
margin_left = 54.0
|
||||
margin_right = 130.0
|
||||
margin_bottom = 27.0
|
||||
offset_left = 54.0
|
||||
offset_right = 130.0
|
||||
offset_bottom = 27.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/resolution/VBoxContainer"]
|
||||
margin_right = 76.0
|
||||
margin_bottom = 14.0
|
||||
offset_right = 76.0
|
||||
offset_bottom = 14.0
|
||||
text = "Resolution :"
|
||||
|
||||
[node name="data" type="ItemList" parent="VBoxContainer/resolution/VBoxContainer"]
|
||||
margin_top = 18.0
|
||||
margin_right = 76.0
|
||||
margin_bottom = 27.0
|
||||
offset_top = 18.0
|
||||
offset_right = 76.0
|
||||
offset_bottom = 27.0
|
||||
focus_mode = 0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
@@ -121,25 +121,25 @@ auto_height = true
|
||||
same_column_width = true
|
||||
|
||||
[node name="fullscreen" type="CenterContainer" parent="VBoxContainer"]
|
||||
margin_top = 150.0
|
||||
margin_right = 185.0
|
||||
margin_bottom = 190.0
|
||||
offset_top = 150.0
|
||||
offset_right = 185.0
|
||||
offset_bottom = 190.0
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/fullscreen"]
|
||||
margin_left = 15.0
|
||||
margin_right = 169.0
|
||||
margin_bottom = 40.0
|
||||
offset_left = 15.0
|
||||
offset_right = 169.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/fullscreen/HBoxContainer"]
|
||||
margin_top = 13.0
|
||||
margin_right = 74.0
|
||||
margin_bottom = 27.0
|
||||
offset_top = 13.0
|
||||
offset_right = 74.0
|
||||
offset_bottom = 27.0
|
||||
text = "Fullscreen :"
|
||||
|
||||
[node name="data" type="CheckButton" parent="VBoxContainer/fullscreen/HBoxContainer"]
|
||||
margin_left = 78.0
|
||||
margin_right = 154.0
|
||||
margin_bottom = 40.0
|
||||
offset_left = 78.0
|
||||
offset_right = 154.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[connection signal="item_selected" from="VBoxContainer/langue/VBoxContainer/data" to="." method="_on_langue_item_selected"]
|
||||
[connection signal="pressed" from="VBoxContainer/gyroscope/HBoxContainer/data" to="." method="_on_gyroscope_pressed"]
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
[gd_scene load_steps=27 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/button-summary-hover.jpg" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/button-summary.jpg" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_title.tres" type="DynamicFont" id=4]
|
||||
[ext_resource path="res://assets/ui/icones/treasure.png" type="Texture" id=5]
|
||||
[ext_resource path="res://assets/ui/themes/button-summary-hover.jpg" type="Texture2D" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/button-summary.jpg" type="Texture2D" id=2]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="FontFile" id=3]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_title.tres" type="FontFile" id=4]
|
||||
[ext_resource path="res://assets/ui/icones/treasure.png" type="Texture2D" id=5]
|
||||
[ext_resource path="res://assets/fonts/text_outline.material" type="Material" id=6]
|
||||
[ext_resource path="res://assets/ui/icones/treasure-hover.png" type="Texture" id=7]
|
||||
[ext_resource path="res://assets/ui/themes/bck-vert-grd.png" type="Texture" id=8]
|
||||
[ext_resource path="res://assets/ui/themes/wood-tile.jpg" type="Texture" id=9]
|
||||
[ext_resource path="res://assets/ui/icones/treasure-hover.png" type="Texture2D" id=7]
|
||||
[ext_resource path="res://assets/ui/themes/bck-vert-grd.png" type="Texture2D" id=8]
|
||||
[ext_resource path="res://assets/ui/themes/wood-tile.jpg" type="Texture2D" id=9]
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorOp" id=1]
|
||||
operator = 3
|
||||
@@ -19,20 +19,20 @@ input_name = "screen_uv"
|
||||
[sub_resource type="VisualShaderNodeVectorDecompose" id=3]
|
||||
output_port_for_preview = 1
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorScalarMix" id=4]
|
||||
[sub_resource type="VisualShaderNodeMix" id=4]
|
||||
|
||||
[sub_resource type="VisualShaderNodeColorConstant" id=5]
|
||||
constant = Color( 0.2, 0.155, 0.11, 1 )
|
||||
|
||||
[sub_resource type="VisualShaderNodeColorOp" id=6]
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorScalarMix" id=7]
|
||||
[sub_resource type="VisualShaderNodeMix" id=7]
|
||||
|
||||
[sub_resource type="VisualShaderNodeScalarOp" id=8]
|
||||
[sub_resource type="VisualShaderNodeFloatOp" id=8]
|
||||
default_input_values = [ 0, 0.0, 1, 0.2 ]
|
||||
operator = 2
|
||||
|
||||
[sub_resource type="VisualShaderNodeScalarOp" id=9]
|
||||
[sub_resource type="VisualShaderNodeFloatOp" id=9]
|
||||
default_input_values = [ 0, 0.0, 1, -1.0 ]
|
||||
operator = 2
|
||||
|
||||
@@ -46,18 +46,18 @@ texture_type = 1
|
||||
[sub_resource type="VisualShaderNodeVectorCompose" id=12]
|
||||
default_input_values = [ 0, 0.0, 1, 0.0, 2, 1.0 ]
|
||||
|
||||
[sub_resource type="VisualShaderNodeScalarConstant" id=13]
|
||||
[sub_resource type="VisualShaderNodeFloatConstant" id=13]
|
||||
constant = 0.4
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorDecompose" id=14]
|
||||
|
||||
[sub_resource type="VisualShaderNodeScalarOp" id=15]
|
||||
[sub_resource type="VisualShaderNodeFloatOp" id=15]
|
||||
default_input_values = [ 0, 0.0, 1, 1.6 ]
|
||||
operator = 3
|
||||
|
||||
[sub_resource type="VisualShader" id=16]
|
||||
code = "shader_type canvas_item;
|
||||
uniform sampler2D tex_frg_4 : hint_albedo;
|
||||
uniform sampler2D tex_frg_4 : source_color;
|
||||
|
||||
|
||||
|
||||
@@ -163,48 +163,48 @@ nodes/fragment/22/node = SubResource( 8 )
|
||||
nodes/fragment/22/position = Vector2( 1260, 780 )
|
||||
nodes/fragment/23/node = SubResource( 9 )
|
||||
nodes/fragment/23/position = Vector2( 1080, 1080 )
|
||||
nodes/fragment/connections = PoolIntArray( 8, 0, 5, 1, 7, 1, 8, 0, 7, 0, 5, 0, 5, 0, 4, 0, 3, 0, 11, 0, 6, 0, 11, 1, 11, 0, 7, 0, 14, 0, 15, 0, 4, 0, 17, 0, 15, 1, 17, 2, 4, 0, 19, 1, 18, 0, 19, 0, 19, 0, 17, 1, 4, 0, 22, 0, 20, 0, 0, 0, 15, 1, 23, 0, 22, 0, 20, 0, 15, 1, 20, 2, 17, 0, 20, 1 )
|
||||
nodes/fragment/connections = PackedInt32Array( 8, 0, 5, 1, 7, 1, 8, 0, 7, 0, 5, 0, 5, 0, 4, 0, 3, 0, 11, 0, 6, 0, 11, 1, 11, 0, 7, 0, 14, 0, 15, 0, 4, 0, 17, 0, 15, 1, 17, 2, 4, 0, 19, 1, 18, 0, 19, 0, 19, 0, 17, 1, 4, 0, 22, 0, 20, 0, 0, 0, 15, 1, 23, 0, 22, 0, 20, 0, 15, 1, 20, 2, 17, 0, 20, 1 )
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=17]
|
||||
shader = SubResource( 16 )
|
||||
|
||||
[node name="Summary" type="HBoxContainer"]
|
||||
anchor_bottom = 1.0
|
||||
margin_right = 236.0
|
||||
custom_constants/separation = 0
|
||||
offset_right = 236.0
|
||||
theme_override_constants/separation = 0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="PanelWood" type="Panel" parent="."]
|
||||
material = SubResource( 17 )
|
||||
margin_right = 350.0
|
||||
margin_bottom = 1080.0
|
||||
rect_min_size = Vector2( 350, 0 )
|
||||
offset_right = 350.0
|
||||
offset_bottom = 1080.0
|
||||
custom_minimum_size = Vector2( 350, 0 )
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelWood"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
rect_clip_content = true
|
||||
clip_contents = true
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 11
|
||||
custom_constants/separation = 30
|
||||
theme_override_constants/separation = 30
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_right = 350.0
|
||||
margin_bottom = 271.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 271.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="TextureRect" type="TextureButton" parent="PanelWood/VBoxContainer/CenterContainer"]
|
||||
margin_left = 111.0
|
||||
margin_top = 71.0
|
||||
margin_right = 239.0
|
||||
margin_bottom = 199.0
|
||||
offset_left = 111.0
|
||||
offset_top = 71.0
|
||||
offset_right = 239.0
|
||||
offset_bottom = 199.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
@@ -214,9 +214,9 @@ texture_focused = ExtResource( 7 )
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="ButtonPuzzle" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 301.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 378.0
|
||||
offset_top = 301.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 378.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
@@ -235,7 +235,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 4 )
|
||||
theme_override_fonts/font = ExtResource( 4 )
|
||||
text = "Puzzles"
|
||||
align = 1
|
||||
valign = 1
|
||||
@@ -245,9 +245,9 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="ButtonSetting" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 408.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 485.0
|
||||
offset_top = 408.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 485.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
@@ -264,8 +264,8 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 4 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
theme_override_fonts/font = ExtResource( 4 )
|
||||
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Paramètres"
|
||||
align = 1
|
||||
valign = 1
|
||||
@@ -275,9 +275,9 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="ButtonCredits" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 515.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 592.0
|
||||
offset_top = 515.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 592.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
@@ -294,8 +294,8 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 4 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
theme_override_fonts/font = ExtResource( 4 )
|
||||
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Crédits"
|
||||
align = 1
|
||||
valign = 1
|
||||
@@ -305,15 +305,15 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 622.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 893.0
|
||||
offset_top = 622.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 893.0
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="ButtonQuit" type="TextureButton" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 923.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 1000.0
|
||||
offset_top = 923.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 1000.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
@@ -329,8 +329,8 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 7
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 4 )
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
theme_override_fonts/font = ExtResource( 4 )
|
||||
theme_override_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
text = "Quit"
|
||||
align = 1
|
||||
valign = 1
|
||||
@@ -340,43 +340,43 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="ContainerVersion" type="HBoxContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 1030.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 1050.0
|
||||
offset_top = 1030.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 1050.0
|
||||
|
||||
[node name="MarginLeft" type="MarginContainer" parent="PanelWood/VBoxContainer/ContainerVersion"]
|
||||
margin_right = 283.0
|
||||
margin_bottom = 20.0
|
||||
offset_right = 283.0
|
||||
offset_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="LabelVersion" type="Label" parent="PanelWood/VBoxContainer/ContainerVersion"]
|
||||
margin_left = 287.0
|
||||
margin_right = 334.0
|
||||
margin_bottom = 20.0
|
||||
offset_left = 287.0
|
||||
offset_right = 334.0
|
||||
offset_bottom = 20.0
|
||||
size_flags_vertical = 0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
custom_colors/font_color = Color( 0.741176, 0.478431, 0.372549, 1 )
|
||||
theme_override_fonts/font = ExtResource( 3 )
|
||||
theme_override_colors/font_color = Color( 0.741176, 0.478431, 0.372549, 1 )
|
||||
text = "v 0.0.0"
|
||||
align = 2
|
||||
|
||||
[node name="MarginRight" type="MarginContainer" parent="PanelWood/VBoxContainer/ContainerVersion"]
|
||||
margin_left = 338.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 20.0
|
||||
offset_left = 338.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 0.04
|
||||
|
||||
[node name="MarginContainerBottom" type="MarginContainer" parent="PanelWood/VBoxContainer"]
|
||||
margin_top = 1080.0
|
||||
margin_right = 350.0
|
||||
margin_bottom = 1080.0
|
||||
offset_top = 1080.0
|
||||
offset_right = 350.0
|
||||
offset_bottom = 1080.0
|
||||
size_flags_stretch_ratio = 0.2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_left = 350.0
|
||||
margin_right = 446.0
|
||||
margin_bottom = 1080.0
|
||||
rect_clip_content = true
|
||||
offset_left = 350.0
|
||||
offset_right = 446.0
|
||||
offset_bottom = 1080.0
|
||||
clip_contents = true
|
||||
size_flags_horizontal = 11
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 8 )
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/game-title.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/game-title.png" type="Texture2D" id=1]
|
||||
|
||||
[node name="Control" type="CenterContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
rect_pivot_offset = Vector2( -656.735, -331.043 )
|
||||
pivot_offset = Vector2( -656.735, -331.043 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
margin_left = 305.0
|
||||
margin_top = 282.0
|
||||
margin_right = 974.0
|
||||
margin_bottom = 438.0
|
||||
offset_left = 305.0
|
||||
offset_top = 282.0
|
||||
offset_right = 974.0
|
||||
offset_bottom = 438.0
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
+29
-29
@@ -1,4 +1,4 @@
|
||||
extends Spatial
|
||||
extends Node3D
|
||||
|
||||
const TIME_MAX = 3000 # msec
|
||||
const GYROSCOPE_MAX_DIFF = 0.5
|
||||
@@ -6,21 +6,21 @@ const OFFSET_CAMERA_MAX = 0.12
|
||||
const OFFSET_STEP_CHANGE = 0.01
|
||||
const RAY_LENGTH = 1000
|
||||
|
||||
export (PackedScene) var object_first = load("res://scenes/levels/parts/ObjectListFirst.tscn")
|
||||
export (PackedScene) var object_std = load("res://scenes/levels/parts/ObjectListStandard.tscn")
|
||||
export (PackedScene) var object_last = load("res://scenes/levels/parts/ObjectListLast.tscn")
|
||||
@export var object_first: PackedScene = load("res://scenes/levels/parts/ObjectListFirst.tscn")
|
||||
@export var object_std: PackedScene = load("res://scenes/levels/parts/ObjectListStandard.tscn")
|
||||
@export var object_last: PackedScene = load("res://scenes/levels/parts/ObjectListLast.tscn")
|
||||
|
||||
onready var gyroscope_value_old = Vector3(0, 0, 0)
|
||||
onready var table = Global.database.get_table_by_name("scenes")
|
||||
onready var meshes = {}
|
||||
onready var from = null
|
||||
onready var to = null
|
||||
onready var mlevel = load("res://db/MLevel.gd")
|
||||
onready var mscene = load("res://db/MScene.gd")
|
||||
onready var victory_condition = 0
|
||||
onready var victory_progress = 0
|
||||
onready var last_button = null
|
||||
onready var animation_player = null
|
||||
@onready var gyroscope_value_old = Vector3(0, 0, 0)
|
||||
@onready var table = Global.database.get_table_by_name("scenes")
|
||||
@onready var meshes = {}
|
||||
@onready var from = null
|
||||
@onready var to = null
|
||||
@onready var mlevel = load("res://db/MLevel.gd")
|
||||
@onready var mscene = load("res://db/MScene.gd")
|
||||
@onready var victory_condition = 0
|
||||
@onready var victory_progress = 0
|
||||
@onready var last_button = null
|
||||
@onready var animation_player = null
|
||||
|
||||
func _ready():
|
||||
_load_translations()
|
||||
@@ -44,7 +44,7 @@ func _load_meshes():
|
||||
create_dissolve_mesh(scene_detail.key())
|
||||
|
||||
func _load_back_button():
|
||||
var _back = $Quit/TextureButton.connect("pressed", Event, "_on_main_scene_pressed")
|
||||
var _back = $Quit/TextureButton.connect("pressed", Callable(Event, "_on_main_scene_pressed"))
|
||||
|
||||
func _load_prepare_victory_condition():
|
||||
var level = mlevel.new(Global.current_scene_int)
|
||||
@@ -88,11 +88,11 @@ func _get_node_animated():
|
||||
|
||||
func _search_button_to_use(counter):
|
||||
if counter == 0:
|
||||
return object_first.instance()
|
||||
return object_first.instantiate()
|
||||
elif counter == meshes.size() - 1:
|
||||
return object_last.instance()
|
||||
return object_last.instantiate()
|
||||
else:
|
||||
return object_std.instance()
|
||||
return object_std.instantiate()
|
||||
|
||||
func _configure_button_object(button, scene, label):
|
||||
button.get_node("Label").set_text(label)
|
||||
@@ -113,18 +113,18 @@ func _process(_delta):
|
||||
_check_victory_condition()
|
||||
|
||||
func create_dissolve_mesh(key):
|
||||
_node_to_mesh(key).get_surface_material(0).set_shader_param("dissolve_amount", 0.0)
|
||||
_node_to_mesh(key).get_surface_override_material(0).set_shader_parameter("dissolve_amount", 0.0)
|
||||
|
||||
func _check_dissolve_mesh():
|
||||
# Event dissolve in object searched by gamer
|
||||
for key in meshes:
|
||||
if bool(meshes[key].lock()) == true and meshes[key].mesh() != null:
|
||||
if meshes[key].tick_reference() == 0:
|
||||
meshes[key].set_tick_reference(OS.get_ticks_msec())
|
||||
meshes[key].set_tick_reference(Time.get_ticks_msec())
|
||||
_node_object_list(key)
|
||||
GlobalAnimation.start_dissolve(_node_to_tween(key), _node_to_mesh(key).get_surface_material(0))
|
||||
GlobalAnimation.start_dissolve(_node_to_tween(key), _node_to_mesh(key).get_surface_override_material(0))
|
||||
|
||||
if OS.get_ticks_msec() < meshes[key].tick_reference() + TIME_MAX:
|
||||
if Time.get_ticks_msec() < meshes[key].tick_reference() + TIME_MAX:
|
||||
meshes[key].set_value(meshes[key].value() + 0.01)
|
||||
else:
|
||||
_clean_mesh(key)
|
||||
@@ -141,22 +141,22 @@ func _check_change_angle_camera():
|
||||
if camera.h_offset >= -OFFSET_CAMERA_MAX:
|
||||
if _action_pressed("ui_left") or _action_gyroscope("left", gyroscope):
|
||||
print("[warcraft#_ready] move camera angle to left")
|
||||
$"Main Camera".h_offset -= OFFSET_STEP_CHANGE
|
||||
$"Main Camera3D".h_offset -= OFFSET_STEP_CHANGE
|
||||
|
||||
if camera.h_offset <= OFFSET_CAMERA_MAX:
|
||||
if _action_pressed("ui_right") or _action_gyroscope("right", gyroscope):
|
||||
print("[warcraft#_ready] move camera angle to right")
|
||||
$"Main Camera".h_offset += OFFSET_STEP_CHANGE
|
||||
$"Main Camera3D".h_offset += OFFSET_STEP_CHANGE
|
||||
|
||||
if camera.v_offset >= -OFFSET_CAMERA_MAX:
|
||||
if _action_pressed("ui_down") or _action_gyroscope("down", gyroscope):
|
||||
print("[warcraft#_ready] move camera angle to down")
|
||||
$"Main Camera".v_offset -= OFFSET_STEP_CHANGE
|
||||
$"Main Camera3D".v_offset -= OFFSET_STEP_CHANGE
|
||||
|
||||
if camera.v_offset <= OFFSET_CAMERA_MAX:
|
||||
if _action_pressed("ui_up") or _action_gyroscope("up", gyroscope):
|
||||
print("[warcraft#_ready] move camera angle to up")
|
||||
$"Main Camera".v_offset += OFFSET_STEP_CHANGE
|
||||
$"Main Camera3D".v_offset += OFFSET_STEP_CHANGE
|
||||
|
||||
gyroscope_value_old = gyroscope
|
||||
|
||||
@@ -215,7 +215,7 @@ func _node_to_tween(key):
|
||||
return get_node(meshes[key].tween())
|
||||
|
||||
func _node_to_area(key):
|
||||
return get_node(meshes[key].mesh()+"/Area")
|
||||
return get_node(meshes[key].mesh()+"/Area3D")
|
||||
|
||||
func _node_object_list(key):
|
||||
var animation_played = null
|
||||
@@ -245,7 +245,7 @@ func _input(event):
|
||||
to = from + camera.project_ray_normal(event.position) * RAY_LENGTH
|
||||
|
||||
func _physics_process(_delta):
|
||||
var space_state = get_world().direct_space_state
|
||||
var space_state = get_world_3d().direct_space_state
|
||||
if from != null and to != null:
|
||||
_check_collider(space_state)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
[ext_resource path="res://scenes/levels/parts/Back.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scenes/levels/parts/ListObjects.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="Spatial" type="Spatial"]
|
||||
[node name="Node3D" type="Node3D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="ListObjects" parent="." instance=ExtResource( 4 )]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/levels/Levels.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture2D" id=2]
|
||||
|
||||
[sub_resource type="PanoramaSky" id=1]
|
||||
[sub_resource type="Sky" id=1]
|
||||
panorama = ExtResource( 2 )
|
||||
|
||||
[sub_resource type="Environment" id=2]
|
||||
@@ -24,14 +24,14 @@ fog_height_min = 2.0
|
||||
fog_height_max = -20.0
|
||||
fog_height_curve = 0.965936
|
||||
tonemap_mode = 2
|
||||
ss_reflections_enabled = true
|
||||
ssr_enabled = true
|
||||
dof_blur_far_distance = 4.0
|
||||
glow_enabled = true
|
||||
|
||||
[node name="Home" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="MainCamera" type="Camera" parent="." index="4"]
|
||||
transform = Transform( 0.160708, -0.25632, 0.953138, 0, 0.96569, 0.259696, -0.987002, -0.0417351, 0.155194, 1.84336, 1.66169, 0.663199 )
|
||||
[node name="MainCamera" type="Camera3D" parent="." index="4"]
|
||||
transform = Transform3D( 0.160708, -0.25632, 0.953138, 0, 0.96569, 0.259696, -0.987002, -0.0417351, 0.155194, 1.84336, 1.66169, 0.663199 )
|
||||
environment = SubResource( 2 )
|
||||
fov = 38.5632
|
||||
__meta__ = {
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-Back.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-Back-Overlay.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-Back.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-Back-Overlay.png" type="Texture2D" id=2]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
margin_right = 1440.0
|
||||
margin_bottom = 900.0
|
||||
offset_right = 1440.0
|
||||
offset_bottom = 900.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TextureButton" type="TextureButton" parent="."]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource( 1 )
|
||||
texture_hover = ExtResource( 2 )
|
||||
|
||||
@@ -1,44 +1,44 @@
|
||||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/leather.theme" type="Theme" id=2]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://assets/ui/icones/skull.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture" id=6]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture" id=8]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="FontFile" id=3]
|
||||
[ext_resource path="res://assets/ui/icones/skull.png" type="Texture2D" id=4]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture2D" id=6]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture2D" id=8]
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "ObjectFind"
|
||||
tracks/0/type = "bezier"
|
||||
tracks/0/path = NodePath("ListContainer/TextureButtonLast/Label:rect_position:x")
|
||||
tracks/0/path = NodePath("ListContainer/TextureButtonLast/Label:position:x")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"points": PoolRealArray( 0, -0.25, 0, 0, 78.1, 34.9, -0.25, 0, 0, -66, 12.1, 0, 73.2, 0, -124.8, -41.9, -0.0948485, 109.2, 0.0619706, -58.8, 13.3, -0.187989, 93.6, 0.196425, 104.4, 0, -0.154843, -135.5, 0.25, 0 ),
|
||||
"times": PoolRealArray( 0, 0.2, 0.4, 0.6, 0.8, 1 )
|
||||
"points": PackedFloat32Array( 0, -0.25, 0, 0, 78.1, 34.9, -0.25, 0, 0, -66, 12.1, 0, 73.2, 0, -124.8, -41.9, -0.0948485, 109.2, 0.0619706, -58.8, 13.3, -0.187989, 93.6, 0.196425, 104.4, 0, -0.154843, -135.5, 0.25, 0 ),
|
||||
"times": PackedFloat32Array( 0, 0.2, 0.4, 0.6, 0.8, 1 )
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id=2]
|
||||
tracks/0/type = "bezier"
|
||||
tracks/0/path = NodePath("ListContainer/TextureButtonLast:rect_position:x")
|
||||
tracks/0/path = NodePath("ListContainer/TextureButtonLast:position:x")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/keys = {
|
||||
"points": PoolRealArray( 0, -0.25, 0, 0.0305311, 190.492, 170, -0.349132, 2.57608, 0.25, 0 ),
|
||||
"times": PoolRealArray( 0, 1 )
|
||||
"points": PackedFloat32Array( 0, -0.25, 0, 0.0305311, 190.492, 170, -0.349132, 2.57608, 0.25, 0 ),
|
||||
"times": PackedFloat32Array( 0, 1 )
|
||||
}
|
||||
tracks/1/type = "bezier"
|
||||
tracks/1/path = NodePath("ListContainer/TextureButtonLast:rect_position:y")
|
||||
tracks/1/path = NodePath("ListContainer/TextureButtonLast:position:y")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/keys = {
|
||||
"points": PoolRealArray( ),
|
||||
"times": PoolRealArray( )
|
||||
"points": PackedFloat32Array( ),
|
||||
"times": PackedFloat32Array( )
|
||||
}
|
||||
|
||||
[node name="Control" type="MarginContainer"]
|
||||
@@ -46,9 +46,9 @@ anchor_left = 1.0
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -196.0
|
||||
margin_top = -450.0
|
||||
margin_bottom = 450.0
|
||||
offset_left = -196.0
|
||||
offset_top = -450.0
|
||||
offset_bottom = 450.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 2
|
||||
size_flags_vertical = 3
|
||||
@@ -57,19 +57,19 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="ListContainer" type="VBoxContainer" parent="."]
|
||||
margin_right = 196.0
|
||||
margin_bottom = 900.0
|
||||
rect_min_size = Vector2( 196, 900 )
|
||||
offset_right = 196.0
|
||||
offset_bottom = 900.0
|
||||
custom_minimum_size = Vector2( 196, 900 )
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
custom_constants/separation = -14
|
||||
theme_override_constants/separation = -14
|
||||
alignment = 1
|
||||
|
||||
[node name="TextureButtonLast" type="TextureButton" parent="ListContainer"]
|
||||
visible = false
|
||||
margin_top = 409.0
|
||||
margin_right = 196.0
|
||||
margin_bottom = 490.0
|
||||
offset_top = 409.0
|
||||
offset_right = 196.0
|
||||
offset_bottom = 490.0
|
||||
focus_mode = 0
|
||||
texture_normal = ExtResource( 8 )
|
||||
texture_hover = ExtResource( 6 )
|
||||
@@ -79,7 +79,7 @@ texture_focused = ExtResource( 6 )
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 2 )
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
theme_override_fonts/font = ExtResource( 3 )
|
||||
text = "Last"
|
||||
align = 1
|
||||
valign = 1
|
||||
@@ -89,15 +89,15 @@ __meta__ = {
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="ListContainer"]
|
||||
visible = false
|
||||
margin_top = 419.0
|
||||
margin_right = 196.0
|
||||
margin_bottom = 547.0
|
||||
offset_top = 419.0
|
||||
offset_right = 196.0
|
||||
offset_bottom = 547.0
|
||||
alignment = 1
|
||||
|
||||
[node name="TextureButtonIndice" type="TextureButton" parent="ListContainer/HBoxContainer"]
|
||||
margin_left = 34.0
|
||||
margin_right = 162.0
|
||||
margin_bottom = 128.0
|
||||
offset_left = 34.0
|
||||
offset_right = 162.0
|
||||
offset_bottom = 128.0
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first-hover.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first-hover.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="FontFile" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-first.png" type="Texture2D" id=3]
|
||||
|
||||
[node name="TextureButton" type="TextureButton"]
|
||||
margin_right = 196.0
|
||||
margin_bottom = 81.0
|
||||
offset_right = 196.0
|
||||
offset_bottom = 81.0
|
||||
texture_normal = ExtResource( 3 )
|
||||
texture_hover = ExtResource( 1 )
|
||||
texture_focused = ExtResource( 1 )
|
||||
@@ -18,8 +18,8 @@ __meta__ = {
|
||||
[node name="Label" type="Label" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_right = -3.05176e-05
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
offset_right = -3.05176e-05
|
||||
theme_override_fonts/font = ExtResource( 2 )
|
||||
text = "First Entry"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://assets/ui/themes/leather.theme" type="Theme" id=1]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture" id=4]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="FontFile" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture2D" id=3]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture2D" id=4]
|
||||
|
||||
[node name="TextureButton" type="TextureButton"]
|
||||
margin_right = 196.0
|
||||
margin_bottom = 81.0
|
||||
offset_right = 196.0
|
||||
offset_bottom = 81.0
|
||||
texture_normal = ExtResource( 4 )
|
||||
texture_hover = ExtResource( 3 )
|
||||
texture_focused = ExtResource( 3 )
|
||||
@@ -20,7 +20,7 @@ __meta__ = {
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 1 )
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
theme_override_fonts/font = ExtResource( 2 )
|
||||
text = "Last"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-hover.png" type="Texture" id=3]
|
||||
[ext_resource path="res://assets/fonts/kirsty/kirsty_base.tres" type="FontFile" id=1]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList.png" type="Texture2D" id=2]
|
||||
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-hover.png" type="Texture2D" id=3]
|
||||
|
||||
[node name="TextureButton" type="TextureButton"]
|
||||
margin_right = 196.0
|
||||
margin_bottom = 81.0
|
||||
offset_right = 196.0
|
||||
offset_bottom = 81.0
|
||||
texture_normal = ExtResource( 2 )
|
||||
texture_hover = ExtResource( 3 )
|
||||
texture_focused = ExtResource( 3 )
|
||||
@@ -18,7 +18,7 @@ __meta__ = {
|
||||
[node name="Label" type="Label" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_fonts/font = ExtResource( 1 )
|
||||
theme_override_fonts/font = ExtResource( 1 )
|
||||
text = "Middle"
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
[ext_resource path="res://assets/props/weapon gun/materials/MA_weapon_gun.material" type="Material" id=8]
|
||||
[ext_resource path="res://assets/props/apple/materials/MA_apple2.material" type="Material" id=9]
|
||||
[ext_resource path="res://assets/props/apple/materials/MA_apple4.material" type="Material" id=10]
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture" id=11]
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture2D" id=11]
|
||||
[ext_resource path="res://assets/props/fiole/sm_fiole.mesh" type="ArrayMesh" id=12]
|
||||
[ext_resource path="res://assets/props/fiole/materials/MA_fiole_green.material" type="Material" id=13]
|
||||
[ext_resource path="res://assets/props/dagger/materials/MA_dagger.material" type="Material" id=14]
|
||||
@@ -40,9 +40,9 @@
|
||||
[ext_resource path="res://assets/props/fireplace/sm_fireplace.mesh" type="ArrayMesh" id=38]
|
||||
[ext_resource path="res://assets/materials/gray.tres" type="Material" id=39]
|
||||
[ext_resource path="res://assets/props/rock floor/materials/MA_rock_floor.material" type="Material" id=40]
|
||||
[ext_resource path="res://scenes/levels/warcraft/WarCraft.lmbake" type="BakedLightmapData" id=41]
|
||||
[ext_resource path="res://scenes/levels/warcraft/WarCraft.lmbake" type="LightmapGIData" id=41]
|
||||
|
||||
[sub_resource type="PanoramaSky" id=1]
|
||||
[sub_resource type="Sky" id=1]
|
||||
panorama = ExtResource( 11 )
|
||||
|
||||
[sub_resource type="Environment" id=2]
|
||||
@@ -63,58 +63,58 @@ fog_height_min = 2.0
|
||||
fog_height_max = -20.0
|
||||
fog_height_curve = 0.965936
|
||||
tonemap_mode = 2
|
||||
ss_reflections_enabled = true
|
||||
ssr_enabled = true
|
||||
dof_blur_far_distance = 4.0
|
||||
glow_enabled = true
|
||||
|
||||
[sub_resource type="CapsuleShape" id=3]
|
||||
[sub_resource type="CapsuleShape3D" id=3]
|
||||
radius = 0.130821
|
||||
height = 0.168171
|
||||
|
||||
[sub_resource type="CapsuleShape" id=4]
|
||||
[sub_resource type="CapsuleShape3D" id=4]
|
||||
radius = 0.129956
|
||||
height = 0.149993
|
||||
|
||||
[sub_resource type="CapsuleShape" id=5]
|
||||
[sub_resource type="CapsuleShape3D" id=5]
|
||||
radius = 0.124344
|
||||
height = 0.123496
|
||||
|
||||
[sub_resource type="CapsuleShape" id=6]
|
||||
[sub_resource type="CapsuleShape3D" id=6]
|
||||
radius = 0.0500489
|
||||
height = 0.330211
|
||||
|
||||
[sub_resource type="CapsuleShape" id=7]
|
||||
[sub_resource type="CapsuleShape3D" id=7]
|
||||
radius = 0.0995524
|
||||
height = 0.748899
|
||||
|
||||
[sub_resource type="CapsuleShape" id=8]
|
||||
[sub_resource type="CapsuleShape3D" id=8]
|
||||
radius = 0.114536
|
||||
height = 0.236295
|
||||
|
||||
[sub_resource type="CapsuleShape" id=9]
|
||||
[sub_resource type="CapsuleShape3D" id=9]
|
||||
radius = 0.0911443
|
||||
height = 0.831942
|
||||
|
||||
[sub_resource type="SphereShape" id=10]
|
||||
[sub_resource type="SphereShape3D" id=10]
|
||||
radius = 0.0777453
|
||||
|
||||
[sub_resource type="SphereShape" id=11]
|
||||
[sub_resource type="SphereShape3D" id=11]
|
||||
radius = 0.0939276
|
||||
|
||||
[sub_resource type="SphereShape" id=12]
|
||||
[sub_resource type="SphereShape3D" id=12]
|
||||
radius = 0.0872712
|
||||
|
||||
[sub_resource type="SphereShape" id=13]
|
||||
[sub_resource type="SphereShape3D" id=13]
|
||||
radius = 0.0817803
|
||||
|
||||
[sub_resource type="BoxShape" id=14]
|
||||
[sub_resource type="BoxShape3D" id=14]
|
||||
extents = Vector3( 0.075969, 0.0690835, 0.0842404 )
|
||||
|
||||
[sub_resource type="CylinderShape" id=15]
|
||||
[sub_resource type="CylinderShape3D" id=15]
|
||||
radius = 0.0715322
|
||||
height = 0.169626
|
||||
|
||||
[sub_resource type="CylinderShape" id=16]
|
||||
[sub_resource type="CylinderShape3D" id=16]
|
||||
radius = 0.0931278
|
||||
height = 0.171908
|
||||
|
||||
@@ -133,7 +133,7 @@ surfaces/0 = {
|
||||
"vertex_count": 4110
|
||||
}
|
||||
|
||||
[sub_resource type="PanoramaSky" id=18]
|
||||
[sub_resource type="Sky" id=18]
|
||||
panorama = ExtResource( 11 )
|
||||
|
||||
[sub_resource type="Environment" id=19]
|
||||
@@ -150,398 +150,398 @@ fog_height_min = 2.0
|
||||
fog_height_max = -20.0
|
||||
fog_height_curve = 0.965936
|
||||
tonemap_mode = 2
|
||||
ss_reflections_enabled = true
|
||||
ssr_enabled = true
|
||||
dof_blur_far_distance = 2.0
|
||||
glow_enabled = true
|
||||
|
||||
[node name="Warcraft" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="MainCamera" type="Camera" parent="." index="4"]
|
||||
transform = Transform( 0.160708, -0.25632, 0.953138, 0, 0.96569, 0.259696, -0.987002, -0.0417352, 0.155194, 1.84336, 1.66169, 0.663199 )
|
||||
[node name="MainCamera" type="Camera3D" parent="." index="4"]
|
||||
transform = Transform3D( 0.160708, -0.25632, 0.953138, 0, 0.96569, 0.259696, -0.987002, -0.0417352, 0.155194, 1.84336, 1.66169, 0.663199 )
|
||||
environment = SubResource( 2 )
|
||||
fov = 38.5632
|
||||
__meta__ = {
|
||||
"_editor_description_": ""
|
||||
}
|
||||
|
||||
[node name="HiddenObjectsItems" type="RayCast" parent="." index="5"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.233905, 1.0296, -0.405055 )
|
||||
[node name="HiddenObjectsItems" type="RayCast3D" parent="." index="5"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.233905, 1.0296, -0.405055 )
|
||||
collision_mask = 2
|
||||
collide_with_areas = true
|
||||
collide_with_bodies = false
|
||||
|
||||
[node name="Fioles" type="Spatial" parent="HiddenObjectsItems" index="0"]
|
||||
[node name="Fioles" type="Node3D" parent="HiddenObjectsItems" index="0"]
|
||||
|
||||
[node name="Fiole1" type="MeshInstance" parent="HiddenObjectsItems/Fioles" index="0"]
|
||||
transform = Transform( -0.210773, -0.635682, 0.742619, 0.949185, -0.314721, 0, 0.233718, 0.704883, 0.669714, 0.0481223, 0, -0.094099 )
|
||||
[node name="Fiole1" type="MeshInstance3D" parent="HiddenObjectsItems/Fioles" index="0"]
|
||||
transform = Transform3D( -0.210773, -0.635682, 0.742619, 0.949185, -0.314721, 0, 0.233718, 0.704883, 0.669714, 0.0481223, 0, -0.094099 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 12 )
|
||||
material/0 = ExtResource( 13 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Fioles/Fiole1" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Fioles/Fiole1" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="HiddenObjectsItems/Fioles/Fiole1/Area" index="0"]
|
||||
transform = Transform( 1, 2.98023e-08, -4.47035e-08, -2.98023e-08, -8.9407e-08, 1, -1.19209e-07, -1, -1.49012e-07, 0, 0.0801148, -2.98023e-08 )
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HiddenObjectsItems/Fioles/Fiole1/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 2.98023e-08, -4.47035e-08, -2.98023e-08, -8.9407e-08, 1, -1.19209e-07, -1, -1.49012e-07, 0, 0.0801148, -2.98023e-08 )
|
||||
shape = SubResource( 3 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Fioles/Fiole1" index="1"]
|
||||
|
||||
[node name="Fiole2" type="MeshInstance" parent="HiddenObjectsItems/Fioles" index="1"]
|
||||
transform = Transform( 0.655275, 0.636944, -0.4061, 0.670978, -0.243833, 0.700239, 0.346993, -0.731333, -0.587153, -4.19531, -0.894133, 2.66915 )
|
||||
[node name="Fiole2" type="MeshInstance3D" parent="HiddenObjectsItems/Fioles" index="1"]
|
||||
transform = Transform3D( 0.655275, 0.636944, -0.4061, 0.670978, -0.243833, 0.700239, 0.346993, -0.731333, -0.587153, -4.19531, -0.894133, 2.66915 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 12 )
|
||||
material/0 = ExtResource( 19 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Fioles/Fiole2" index="0"]
|
||||
transform = Transform( 1, -2.98023e-08, 0, -2.98023e-08, 1, 0, 1.49012e-08, -1.19209e-07, 1, -2.38419e-07, -0.0202575, 0 )
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Fioles/Fiole2" index="0"]
|
||||
transform = Transform3D( 1, -2.98023e-08, 0, -2.98023e-08, 1, 0, 1.49012e-08, -1.19209e-07, 1, -2.38419e-07, -0.0202575, 0 )
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="HiddenObjectsItems/Fioles/Fiole2/Area" index="0"]
|
||||
transform = Transform( 1, 5.96046e-08, -8.9407e-08, 2.98023e-08, -8.9407e-08, 1, -8.9407e-08, -1, 0, 2.38419e-07, 0.0823998, -1.19209e-07 )
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HiddenObjectsItems/Fioles/Fiole2/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 5.96046e-08, -8.9407e-08, 2.98023e-08, -8.9407e-08, 1, -8.9407e-08, -1, 0, 2.38419e-07, 0.0823998, -1.19209e-07 )
|
||||
shape = SubResource( 4 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Fioles/Fiole2" index="1"]
|
||||
|
||||
[node name="FioleSocle" type="MeshInstance" parent="HiddenObjectsItems/Fioles" index="2"]
|
||||
transform = Transform( 0.6773, -1.86265e-09, 0.735707, -0.0293841, 0.999202, 0.0270513, -0.73512, -0.03994, 0.67676, -2.27881, -0.11528, -1.23929 )
|
||||
[node name="FioleSocle" type="MeshInstance3D" parent="HiddenObjectsItems/Fioles" index="2"]
|
||||
transform = Transform3D( 0.6773, -1.86265e-09, 0.735707, -0.0293841, 0.999202, 0.0270513, -0.73512, -0.03994, 0.67676, -2.27881, -0.11528, -1.23929 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 3 )
|
||||
material/0 = null
|
||||
|
||||
[node name="Fiole3" type="MeshInstance" parent="HiddenObjectsItems/Fioles/FioleSocle" index="0"]
|
||||
transform = Transform( 0.919703, -0.349433, -0.179005, 0.316708, 0.929754, -0.187758, 0.232039, 0.115989, 0.965766, -1.19209e-07, 0.1147, 0.00100636 )
|
||||
[node name="Fiole3" type="MeshInstance3D" parent="HiddenObjectsItems/Fioles/FioleSocle" index="0"]
|
||||
transform = Transform3D( 0.919703, -0.349433, -0.179005, 0.316708, 0.929754, -0.187758, 0.232039, 0.115989, 0.965766, -1.19209e-07, 0.1147, 0.00100636 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 12 )
|
||||
material/0 = ExtResource( 21 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Fioles/FioleSocle/Fiole3" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Fioles/FioleSocle/Fiole3" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="HiddenObjectsItems/Fioles/FioleSocle/Fiole3/Area" index="0"]
|
||||
transform = Transform( 1, 2.08616e-07, -7.45058e-08, -5.96046e-08, -1.49012e-07, 1, 5.96046e-08, -1, -1.04308e-07, -1.78814e-07, 0.0560231, 0 )
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HiddenObjectsItems/Fioles/FioleSocle/Fiole3/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 2.08616e-07, -7.45058e-08, -5.96046e-08, -1.49012e-07, 1, 5.96046e-08, -1, -1.04308e-07, -1.78814e-07, 0.0560231, 0 )
|
||||
shape = SubResource( 5 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Fioles/FioleSocle/Fiole3" index="1"]
|
||||
|
||||
[node name="Dagger" type="MeshInstance" parent="HiddenObjectsItems" index="1"]
|
||||
transform = Transform( -0.625025, -0.777847, 0.0655765, 0, 0.0840072, 0.996466, -0.780606, 0.622816, -0.0525065, 0.69073, -0.117415, 0.830941 )
|
||||
[node name="Dagger" type="MeshInstance3D" parent="HiddenObjectsItems" index="1"]
|
||||
transform = Transform3D( -0.625025, -0.777847, 0.0655765, 0, 0.0840072, 0.996466, -0.780606, 0.622816, -0.0525065, 0.69073, -0.117415, 0.830941 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 17 )
|
||||
material/0 = ExtResource( 14 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Dagger" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Dagger" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="HiddenObjectsItems/Dagger/Area" index="0"]
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0.0802139, 0 )
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HiddenObjectsItems/Dagger/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0.0802139, 0 )
|
||||
shape = SubResource( 6 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Dagger" index="1"]
|
||||
|
||||
[node name="Spyglass" type="MeshInstance" parent="HiddenObjectsItems" index="2"]
|
||||
transform = Transform( 0.652362, 0.137749, 0.63579, -0.234678, 0.889605, 0.0480562, -0.606736, -0.195981, 0.665013, -2.884, -0.292075, -0.429783 )
|
||||
[node name="Spyglass" type="MeshInstance3D" parent="HiddenObjectsItems" index="2"]
|
||||
transform = Transform3D( 0.652362, 0.137749, 0.63579, -0.234678, 0.889605, 0.0480562, -0.606736, -0.195981, 0.665013, -2.884, -0.292075, -0.429783 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 23 )
|
||||
material/0 = ExtResource( 24 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Spyglass" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Spyglass" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="HiddenObjectsItems/Spyglass/Area" index="0"]
|
||||
transform = Transform( 1, 0, 2.98023e-08, 1.86265e-09, 1, 3.72529e-09, 0, 5.58794e-09, 1, 2.38419e-07, -1.19209e-07, 0.0177531 )
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="HiddenObjectsItems/Spyglass/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 0, 2.98023e-08, 1.86265e-09, 1, 3.72529e-09, 0, 5.58794e-09, 1, 2.38419e-07, -1.19209e-07, 0.0177531 )
|
||||
shape = SubResource( 7 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Spyglass" index="1"]
|
||||
|
||||
[node name="Beer" type="MeshInstance" parent="HiddenObjectsItems" index="3"]
|
||||
transform = Transform( 0.996658, -0.053142, 0.0620432, 0.0548108, 0.998171, -0.0255105, -0.060574, 0.0288258, 0.997748, -2.8842, 0.173697, 1.98168 )
|
||||
[node name="Beer" type="MeshInstance3D" parent="HiddenObjectsItems" index="3"]
|
||||
transform = Transform3D( 0.996658, -0.053142, 0.0620432, 0.0548108, 0.998171, -0.0255105, -0.060574, 0.0288258, 0.997748, -2.8842, 0.173697, 1.98168 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 22 )
|
||||
material/0 = ExtResource( 5 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Beer" index="0"]
|
||||
transform = Transform( 1, 0, 7.45058e-09, -1.16415e-10, 1, -1.86265e-09, 0, 0, 1, -2.38419e-07, -0.21161, -1.19209e-07 )
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Beer" index="0"]
|
||||
transform = Transform3D( 1, 0, 7.45058e-09, -1.16415e-10, 1, -1.86265e-09, 0, 0, 1, -2.38419e-07, -0.21161, -1.19209e-07 )
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeBeer" type="CollisionShape" parent="HiddenObjectsItems/Beer/Area" index="0"]
|
||||
transform = Transform( 1, 0, -1.61817e-08, 1.83936e-08, -4.28408e-08, 1, 0, -1, -4.65661e-08, 9.53674e-07, 0.0746492, 2.38419e-07 )
|
||||
[node name="CollisionShapeBeer" type="CollisionShape3D" parent="HiddenObjectsItems/Beer/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 0, -1.61817e-08, 1.83936e-08, -4.28408e-08, 1, 0, -1, -4.65661e-08, 9.53674e-07, 0.0746492, 2.38419e-07 )
|
||||
shape = SubResource( 8 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Beer" index="1"]
|
||||
|
||||
[node name="Weapon" type="MeshInstance" parent="HiddenObjectsItems" index="4"]
|
||||
transform = Transform( 0.540284, -0.813497, 0.215212, -0.009216, 0.250018, 0.968198, -0.841432, -0.525085, 0.127583, -2.7508, -0.359206, 1.19589 )
|
||||
[node name="Weapon" type="MeshInstance3D" parent="HiddenObjectsItems" index="4"]
|
||||
transform = Transform3D( 0.540284, -0.813497, 0.215212, -0.009216, 0.250018, 0.968198, -0.841432, -0.525085, 0.127583, -2.7508, -0.359206, 1.19589 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 7 )
|
||||
material/0 = ExtResource( 8 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Weapon" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Weapon" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeWeapon" type="CollisionShape" parent="HiddenObjectsItems/Weapon/Area" index="0"]
|
||||
transform = Transform( -1.49012e-07, 0, 1, -1, -1.49012e-08, 0, 3.72529e-08, -1, -5.21541e-08, 0.0388942, 0.0484145, -8.19564e-08 )
|
||||
[node name="CollisionShapeWeapon" type="CollisionShape3D" parent="HiddenObjectsItems/Weapon/Area3D" index="0"]
|
||||
transform = Transform3D( -1.49012e-07, 0, 1, -1, -1.49012e-08, 0, 3.72529e-08, -1, -5.21541e-08, 0.0388942, 0.0484145, -8.19564e-08 )
|
||||
shape = SubResource( 9 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Weapon" index="1"]
|
||||
|
||||
[node name="Apples" type="Spatial" parent="HiddenObjectsItems" index="5"]
|
||||
[node name="Apples" type="Node3D" parent="HiddenObjectsItems" index="5"]
|
||||
|
||||
[node name="Apple1" type="MeshInstance" parent="HiddenObjectsItems/Apples" index="0"]
|
||||
transform = Transform( 0.849809, -0.0462348, 0.525058, 0.0744364, 0.996689, -0.0327109, -0.521807, 0.0668814, 0.850438, -2.20275, -0.0779731, 2.45146 )
|
||||
[node name="Apple1" type="MeshInstance3D" parent="HiddenObjectsItems/Apples" index="0"]
|
||||
transform = Transform3D( 0.849809, -0.0462348, 0.525058, 0.0744364, 0.996689, -0.0327109, -0.521807, 0.0668814, 0.850438, -2.20275, -0.0779731, 2.45146 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 4 )
|
||||
material/0 = ExtResource( 15 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Apples/Apple1" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Apples/Apple1" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeApple" type="CollisionShape" parent="HiddenObjectsItems/Apples/Apple1/Area" index="0"]
|
||||
transform = Transform( -1.45286e-07, -2.98023e-08, 1, -1, -1.11759e-08, 0, 1.86265e-08, -1, -8.9407e-08, -1.90735e-06, 0.00575864, 0 )
|
||||
[node name="CollisionShapeApple" type="CollisionShape3D" parent="HiddenObjectsItems/Apples/Apple1/Area3D" index="0"]
|
||||
transform = Transform3D( -1.45286e-07, -2.98023e-08, 1, -1, -1.11759e-08, 0, 1.86265e-08, -1, -8.9407e-08, -1.90735e-06, 0.00575864, 0 )
|
||||
shape = SubResource( 10 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Apples/Apple1" index="1"]
|
||||
|
||||
[node name="Apple2" type="MeshInstance" parent="HiddenObjectsItems/Apples" index="1"]
|
||||
transform = Transform( -0.190449, 0, 0.981697, 0, 1, 0, -0.981697, 0, -0.190449, -1.71166, -0.0869397, -1.29534 )
|
||||
[node name="Apple2" type="MeshInstance3D" parent="HiddenObjectsItems/Apples" index="1"]
|
||||
transform = Transform3D( -0.190449, 0, 0.981697, 0, 1, 0, -0.981697, 0, -0.190449, -1.71166, -0.0869397, -1.29534 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 4 )
|
||||
material/0 = ExtResource( 9 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Apples/Apple2" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Apples/Apple2" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeApple2" type="CollisionShape" parent="HiddenObjectsItems/Apples/Apple2/Area" index="0"]
|
||||
transform = Transform( -1.49012e-07, 4.47035e-08, 1, -1, -1.49012e-08, 0, 3.72529e-08, -1, -1.49012e-08, -4.76837e-07, -0.00566041, 0 )
|
||||
[node name="CollisionShapeApple2" type="CollisionShape3D" parent="HiddenObjectsItems/Apples/Apple2/Area3D" index="0"]
|
||||
transform = Transform3D( -1.49012e-07, 4.47035e-08, 1, -1, -1.49012e-08, 0, 3.72529e-08, -1, -1.49012e-08, -4.76837e-07, -0.00566041, 0 )
|
||||
shape = SubResource( 11 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Apples/Apple2" index="1"]
|
||||
|
||||
[node name="Apple3" type="MeshInstance" parent="HiddenObjectsItems/Apples" index="2"]
|
||||
transform = Transform( 0.823731, 0.226496, -0.519776, -0.248954, 0.96813, 0.0273319, 0.509401, 0.106886, 0.853865, -0.718663, -0.36046, 1.92043 )
|
||||
[node name="Apple3" type="MeshInstance3D" parent="HiddenObjectsItems/Apples" index="2"]
|
||||
transform = Transform3D( 0.823731, 0.226496, -0.519776, -0.248954, 0.96813, 0.0273319, 0.509401, 0.106886, 0.853865, -0.718663, -0.36046, 1.92043 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 4 )
|
||||
material/0 = ExtResource( 20 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Apples/Apple3" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Apples/Apple3" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeApple3" type="CollisionShape" parent="HiddenObjectsItems/Apples/Apple3/Area" index="0"]
|
||||
transform = Transform( -1.71363e-07, 0, 1, -1, -3.72529e-08, 1.49012e-08, 2.98023e-08, -1, -1.19209e-07, -3.57628e-07, 0.0142345, 2.38419e-07 )
|
||||
[node name="CollisionShapeApple3" type="CollisionShape3D" parent="HiddenObjectsItems/Apples/Apple3/Area3D" index="0"]
|
||||
transform = Transform3D( -1.71363e-07, 0, 1, -1, -3.72529e-08, 1.49012e-08, 2.98023e-08, -1, -1.19209e-07, -3.57628e-07, 0.0142345, 2.38419e-07 )
|
||||
shape = SubResource( 12 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Apples/Apple3" index="1"]
|
||||
|
||||
[node name="Apple4" type="MeshInstance" parent="HiddenObjectsItems/Apples" index="3"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.38775, -0.940515, 0.233058 )
|
||||
[node name="Apple4" type="MeshInstance3D" parent="HiddenObjectsItems/Apples" index="3"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.38775, -0.940515, 0.233058 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 4 )
|
||||
material/0 = ExtResource( 10 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Apples/Apple4" index="0"]
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Apples/Apple4" index="0"]
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeApple4" type="CollisionShape" parent="HiddenObjectsItems/Apples/Apple4/Area" index="0"]
|
||||
transform = Transform( -1.49012e-07, 0, 1, -1, -1.49012e-08, 0, 3.72529e-08, -1, -5.21541e-08, -4.76837e-07, 0.00115258, -1.17347e-07 )
|
||||
[node name="CollisionShapeApple4" type="CollisionShape3D" parent="HiddenObjectsItems/Apples/Apple4/Area3D" index="0"]
|
||||
transform = Transform3D( -1.49012e-07, 0, 1, -1, -1.49012e-08, 0, 3.72529e-08, -1, -5.21541e-08, -4.76837e-07, 0.00115258, -1.17347e-07 )
|
||||
shape = SubResource( 13 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Apples/Apple4" index="1"]
|
||||
|
||||
[node name="Coins" type="Spatial" parent="HiddenObjectsItems" index="6"]
|
||||
[node name="Coins" type="Node3D" parent="HiddenObjectsItems" index="6"]
|
||||
|
||||
[node name="Coin1" type="MeshInstance" parent="HiddenObjectsItems/Coins" index="0"]
|
||||
transform = Transform( -0.958704, -0.0851446, 0.271362, -0.0825332, 0.996367, 0.0210433, -0.272167, -0.00222202, -0.962248, 0.215021, 0.00178671, 0.520763 )
|
||||
[node name="Coin1" type="MeshInstance3D" parent="HiddenObjectsItems/Coins" index="0"]
|
||||
transform = Transform3D( -0.958704, -0.0851446, 0.271362, -0.0825332, 0.996367, 0.0210433, -0.272167, -0.00222202, -0.962248, 0.215021, 0.00178671, 0.520763 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 2 )
|
||||
material/0 = ExtResource( 18 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Coins/Coin1" index="0"]
|
||||
transform = Transform( 1, -4.65661e-09, 0, 2.68919e-08, 1, 4.65661e-10, -1.19209e-07, -1.14087e-08, 1, -0.0781975, -0.0532835, -0.0615574 )
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Coins/Coin1" index="0"]
|
||||
transform = Transform3D( 1, -4.65661e-09, 0, 2.68919e-08, 1, 4.65661e-10, -1.19209e-07, -1.14087e-08, 1, -0.0781975, -0.0532835, -0.0615574 )
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeGold1" type="CollisionShape" parent="HiddenObjectsItems/Coins/Coin1/Area" index="0"]
|
||||
transform = Transform( 1, -4.65661e-08, 0, -1.38185e-07, 0.999999, 3.14321e-08, 4.17233e-07, -4.19095e-09, 1, 0.0276761, 0.00212932, 0.0336302 )
|
||||
[node name="CollisionShapeGold1" type="CollisionShape3D" parent="HiddenObjectsItems/Coins/Coin1/Area3D" index="0"]
|
||||
transform = Transform3D( 1, -4.65661e-08, 0, -1.38185e-07, 0.999999, 3.14321e-08, 4.17233e-07, -4.19095e-09, 1, 0.0276761, 0.00212932, 0.0336302 )
|
||||
shape = SubResource( 14 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Coins/Coin1" index="1"]
|
||||
|
||||
[node name="Coin2" type="MeshInstance" parent="HiddenObjectsItems/Coins" index="1"]
|
||||
transform = Transform( 0.250245, 2.79397e-09, -0.968183, 0.0456076, 0.99889, 0.0117882, 0.967108, -0.0471065, 0.249967, 0.752443, -0.000386238, 1.36745 )
|
||||
[node name="Coin2" type="MeshInstance3D" parent="HiddenObjectsItems/Coins" index="1"]
|
||||
transform = Transform3D( 0.250245, 2.79397e-09, -0.968183, 0.0456076, 0.99889, 0.0117882, 0.967108, -0.0471065, 0.249967, 0.752443, -0.000386238, 1.36745 )
|
||||
layers = 3
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 2 )
|
||||
material/0 = ExtResource( 16 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Coins/Coin2" index="0"]
|
||||
transform = Transform( 1, -1.49012e-08, 0, 0, 1, 9.31323e-10, 1.49012e-08, -3.72529e-09, 1, -0.0553267, -0.0679173, -0.0739018 )
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Coins/Coin2" index="0"]
|
||||
transform = Transform3D( 1, -1.49012e-08, 0, 0, 1, 9.31323e-10, 1.49012e-08, -3.72529e-09, 1, -0.0553267, -0.0679173, -0.0739018 )
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeGold2" type="CollisionShape" parent="HiddenObjectsItems/Coins/Coin2/Area" index="0"]
|
||||
transform = Transform( 1, 0, 2.98023e-08, 7.45058e-09, 1, -9.31323e-10, 5.96046e-08, 0, 1, 0.0499306, 1.19209e-07, 0.0191208 )
|
||||
[node name="CollisionShapeGold2" type="CollisionShape3D" parent="HiddenObjectsItems/Coins/Coin2/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 0, 2.98023e-08, 7.45058e-09, 1, -9.31323e-10, 5.96046e-08, 0, 1, 0.0499306, 1.19209e-07, 0.0191208 )
|
||||
shape = SubResource( 15 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Coins/Coin2" index="1"]
|
||||
|
||||
[node name="Coin3" type="MeshInstance" parent="HiddenObjectsItems/Coins" index="2"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.74641, -0.885448, -0.198129 )
|
||||
[node name="Coin3" type="MeshInstance3D" parent="HiddenObjectsItems/Coins" index="2"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.74641, -0.885448, -0.198129 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 2 )
|
||||
material/0 = ExtResource( 6 )
|
||||
|
||||
[node name="Area" type="Area" parent="HiddenObjectsItems/Coins/Coin3" index="0"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0744205, -0.0795707, -0.040606 )
|
||||
[node name="Area3D" type="Area3D" parent="HiddenObjectsItems/Coins/Coin3" index="0"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0744205, -0.0795707, -0.040606 )
|
||||
collision_mask = 2
|
||||
|
||||
[node name="CollisionShapeGold3" type="CollisionShape" parent="HiddenObjectsItems/Coins/Coin3/Area" index="0"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0358186, 0, 0.0109152 )
|
||||
[node name="CollisionShapeGold3" type="CollisionShape3D" parent="HiddenObjectsItems/Coins/Coin3/Area3D" index="0"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0358186, 0, 0.0109152 )
|
||||
shape = SubResource( 16 )
|
||||
|
||||
[node name="Tween" type="Tween" parent="HiddenObjectsItems/Coins/Coin3" index="1"]
|
||||
|
||||
[node name="MainSceneProps" type="Spatial" parent="." index="6"]
|
||||
[node name="MainSceneProps" type="Node3D" parent="." index="6"]
|
||||
|
||||
[node name="sm_book" parent="MainSceneProps" index="0" instance=ExtResource( 33 )]
|
||||
transform = Transform( 0.259561, 0, 0.965727, 0.0582327, 0.99818, -0.0156514, -0.963969, 0.0602995, 0.259089, 0.13025, 0.960907, -0.456389 )
|
||||
transform = Transform3D( 0.259561, 0, 0.965727, 0.0582327, 0.99818, -0.0156514, -0.963969, 0.0602995, 0.259089, 0.13025, 0.960907, -0.456389 )
|
||||
|
||||
[node name="sm_book2" parent="MainSceneProps/sm_book" index="1" instance=ExtResource( 33 )]
|
||||
transform = Transform( 0.0229641, -0.00339183, -0.999731, 0.0393653, 0.999223, -0.00248598, 0.998961, -0.0392976, 0.0230803, 0.00279957, 0.066205, -0.000443451 )
|
||||
transform = Transform3D( 0.0229641, -0.00339183, -0.999731, 0.0393653, 0.999223, -0.00248598, 0.998961, -0.0392976, 0.0230803, 0.00279957, 0.066205, -0.000443451 )
|
||||
|
||||
[node name="sm_book3" parent="MainSceneProps/sm_book/sm_book2" index="1" instance=ExtResource( 33 )]
|
||||
transform = Transform( 0.86032, -0.0497817, -0.507318, 0.0471006, 0.998725, -0.0181282, 0.507573, -0.00829895, 0.861568, 0.00110056, 0.070618, -0.00503528 )
|
||||
transform = Transform3D( 0.86032, -0.0497817, -0.507318, 0.0471006, 0.998725, -0.0181282, 0.507573, -0.00829895, 0.861568, 0.00110056, 0.070618, -0.00503528 )
|
||||
|
||||
[node name="sm_candlestick" parent="MainSceneProps/sm_book/sm_book2/sm_book3" index="1" instance=ExtResource( 29 )]
|
||||
transform = Transform( 1.0543, -0.0109484, 1.03432, -0.0329634, 1.4758, 0.0492217, -1.03385, -0.0582193, 1.05321, 0.0299356, 0.0326169, -0.0690778 )
|
||||
transform = Transform3D( 1.0543, -0.0109484, 1.03432, -0.0329634, 1.4758, 0.0492217, -1.03385, -0.0582193, 1.05321, 0.0299356, 0.0326169, -0.0690778 )
|
||||
|
||||
[node name="sm_table" parent="MainSceneProps" index="1" instance=ExtResource( 28 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0926853, 0.0400838, 0.290515 )
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0926853, 0.0400838, 0.290515 )
|
||||
|
||||
[node name="sm_stool_b" parent="MainSceneProps" index="2" instance=ExtResource( 31 )]
|
||||
transform = Transform( -0.232037, 0, -0.972707, 0, 1, 0, 0.972707, 0, -0.232037, -2.91873, 0.0130518, 0.702275 )
|
||||
transform = Transform3D( -0.232037, 0, -0.972707, 0, 1, 0, 0.972707, 0, -0.232037, -2.91873, 0.0130518, 0.702275 )
|
||||
|
||||
[node name="sm_stool_b2" parent="MainSceneProps" index="3" instance=ExtResource( 31 )]
|
||||
transform = Transform( 0.769693, -0.034908, -0.637459, 0.0288114, 0.999386, -0.0199395, 0.637764, -0.00301879, 0.770226, -4.33166, 0.0231258, 1.08363 )
|
||||
transform = Transform3D( 0.769693, -0.034908, -0.637459, 0.0288114, 0.999386, -0.0199395, 0.637764, -0.00301879, 0.770226, -4.33166, 0.0231258, 1.08363 )
|
||||
|
||||
[node name="sm_stool_b3" parent="MainSceneProps" index="4" instance=ExtResource( 31 )]
|
||||
transform = Transform( 0.98104, 0, 0.193806, 0, 1, 0, -0.193806, 0, 0.98104, -3.04076, 0.0372323, -0.817556 )
|
||||
transform = Transform3D( 0.98104, 0, 0.193806, 0, 1, 0, -0.193806, 0, 0.98104, -3.04076, 0.0372323, -0.817556 )
|
||||
|
||||
[node name="sm_stool_b7" parent="MainSceneProps" index="5" instance=ExtResource( 31 )]
|
||||
transform = Transform( 0.656257, 0, 0.754538, 0, 1, 0, -0.754538, 0, 0.656257, -0.888955, 0.0130518, 1.64328 )
|
||||
transform = Transform3D( 0.656257, 0, 0.754538, 0, 1, 0, -0.754538, 0, 0.656257, -0.888955, 0.0130518, 1.64328 )
|
||||
|
||||
[node name="sm_stool_b4" parent="MainSceneProps" index="6" instance=ExtResource( 31 )]
|
||||
transform = Transform( 0.892389, 0, -0.451267, 0, 1, 0, 0.451267, 0, 0.892389, 1.35966, 0.013052, 1.23435 )
|
||||
transform = Transform3D( 0.892389, 0, -0.451267, 0, 1, 0, 0.451267, 0, 0.892389, 1.35966, 0.013052, 1.23435 )
|
||||
|
||||
[node name="sm_stool_b5" parent="MainSceneProps" index="7" instance=ExtResource( 31 )]
|
||||
transform = Transform( 0.839193, 0, 0.543834, 0, 1, 0, -0.543834, 0, 0.839193, 0.474083, 0.013052, -1.39025 )
|
||||
transform = Transform3D( 0.839193, 0, 0.543834, 0, 1, 0, -0.543834, 0, 0.839193, 0.474083, 0.013052, -1.39025 )
|
||||
|
||||
[node name="sm_book2" parent="MainSceneProps" index="8" instance=ExtResource( 33 )]
|
||||
transform = Transform( 0.122577, 0.0288089, -0.992041, -0.0361233, 0.999045, 0.0245489, 0.991801, 0.0328267, 0.1235, 0.493202, 0.942654, -0.0854386 )
|
||||
transform = Transform3D( 0.122577, 0.0288089, -0.992041, -0.0361233, 0.999045, 0.0245489, 0.991801, 0.0328267, 0.1235, 0.493202, 0.942654, -0.0854386 )
|
||||
|
||||
[node name="sm_book3" parent="MainSceneProps" index="9" instance=ExtResource( 33 )]
|
||||
transform = Transform( 0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, 0.0106606, 0.96499, 0.981535 )
|
||||
transform = Transform3D( 0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, 0.0106606, 0.96499, 0.981535 )
|
||||
|
||||
[node name="sm_book" parent="MainSceneProps/sm_book3" index="1" instance=ExtResource( 33 )]
|
||||
transform = Transform( 0.992026, 0, 0.592682, 0, 1.15559, 0, -0.592682, 0, 0.992026, -0.000832617, 0.0791223, -0.012241 )
|
||||
transform = Transform3D( 0.992026, 0, 0.592682, 0, 1.15559, 0, -0.592682, 0, 0.992026, -0.000832617, 0.0791223, -0.012241 )
|
||||
|
||||
[node name="sm_godet" parent="MainSceneProps" index="10" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.875311, 0.480987, 0.0498184, 0.0206958, 0.0656668, -0.997627, -0.483117, 0.874265, 0.0475244, -0.191043, 0.95253, 0.11484 )
|
||||
transform = Transform3D( 0.875311, 0.480987, 0.0498184, 0.0206958, 0.0656668, -0.997627, -0.483117, 0.874265, 0.0475244, -0.191043, 0.95253, 0.11484 )
|
||||
|
||||
[node name="sm_godet2" parent="MainSceneProps" index="11" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.706057, 0, -0.708155, 0, 1, 0, 0.708155, 0, 0.706057, -0.112722, 0.901657, 0.00149509 )
|
||||
transform = Transform3D( 0.706057, 0, -0.708155, 0, 1, 0, 0.708155, 0, 0.706057, -0.112722, 0.901657, 0.00149509 )
|
||||
|
||||
[node name="sm_godet6" parent="MainSceneProps" index="12" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.757895, 0, 0.652376, 0, 1, 0, -0.652376, 0, 0.757895, -0.28474, 0.905096, 0.78228 )
|
||||
transform = Transform3D( 0.757895, 0, 0.652376, 0, 1, 0, -0.652376, 0, 0.757895, -0.28474, 0.905096, 0.78228 )
|
||||
|
||||
[node name="sm_godet5" parent="MainSceneProps" index="13" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.886172, -0.463214, 0.0114893, -0.0309068, -0.0343508, 0.998932, -0.462324, -0.885581, -0.0447572, -0.0861932, 0.982616, 0.742759 )
|
||||
transform = Transform3D( 0.886172, -0.463214, 0.0114893, -0.0309068, -0.0343508, 0.998932, -0.462324, -0.885581, -0.0447572, -0.0861932, 0.982616, 0.742759 )
|
||||
|
||||
[node name="sm_godet4" parent="MainSceneProps" index="14" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.690251, 0, 0.72357, 0, 1, 0, -0.72357, 0, 0.690251, -0.333186, 0.901657, 0.177792 )
|
||||
transform = Transform3D( 0.690251, 0, 0.72357, 0, 1, 0, -0.72357, 0, 0.690251, -0.333186, 0.901657, 0.177792 )
|
||||
|
||||
[node name="sm_growler" parent="MainSceneProps" index="15" instance=ExtResource( 34 )]
|
||||
transform = Transform( 0.0876426, 0, -0.996152, 0, 1, 0, 0.996152, 0, 0.0876426, -0.316595, 0.905106, -0.0726386 )
|
||||
transform = Transform3D( 0.0876426, 0, -0.996152, 0, 1, 0, 0.996152, 0, 0.0876426, -0.316595, 0.905106, -0.0726386 )
|
||||
|
||||
[node name="Parchment" parent="MainSceneProps" index="16" instance=ExtResource( 30 )]
|
||||
transform = Transform( 0.796076, 0.00917861, -0.605127, 0, 0.999885, 0.0151663, 0.605197, -0.0120736, 0.795984, 0.543303, 0.962739, 0.755265 )
|
||||
transform = Transform3D( 0.796076, 0.00917861, -0.605127, 0, 0.999885, 0.0151663, 0.605197, -0.0120736, 0.795984, 0.543303, 0.962739, 0.755265 )
|
||||
paper = true
|
||||
|
||||
[node name="ParchmentWithoutPaper" parent="MainSceneProps" index="17" instance=ExtResource( 30 )]
|
||||
transform = Transform( -0.596381, 0.0184557, 0.802489, 0.0225364, 0.999726, -0.00624354, -0.802385, 0.0143617, -0.596634, 0.281044, 0.958449, -0.253034 )
|
||||
transform = Transform3D( -0.596381, 0.0184557, 0.802489, 0.0225364, 0.999726, -0.00624354, -0.802385, 0.0143617, -0.596634, 0.281044, 0.958449, -0.253034 )
|
||||
|
||||
[node name="sm_candle_d2" type="MeshInstance" parent="MainSceneProps" index="18"]
|
||||
transform = Transform( -0.927966, 1.10978e-07, -0.372664, 6.91459e-08, 1, 1.25617e-07, 0.372664, 9.08001e-08, -0.927966, 0.457262, 1.00485, -0.058084 )
|
||||
[node name="sm_candle_d2" type="MeshInstance3D" parent="MainSceneProps" index="18"]
|
||||
transform = Transform3D( -0.927966, 1.10978e-07, -0.372664, 6.91459e-08, 1, 1.25617e-07, 0.372664, 9.08001e-08, -0.927966, 0.457262, 1.00485, -0.058084 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 25 )
|
||||
material/0 = null
|
||||
|
||||
[node name="sm_candle_top2" type="MeshInstance" parent="MainSceneProps" index="19"]
|
||||
transform = Transform( 2.94906, 0, 0, 0, 2.85, 0, 0, 0, 2.94906, 0.347704, 1.00342, 1.16015 )
|
||||
[node name="sm_candle_top2" type="MeshInstance3D" parent="MainSceneProps" index="19"]
|
||||
transform = Transform3D( 2.94906, 0, 0, 0, 2.85, 0, 0, 0, 2.94906, 0.347704, 1.00342, 1.16015 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 26 )
|
||||
material/0 = null
|
||||
|
||||
[node name="sm_candle_b" type="MeshInstance" parent="MainSceneProps/sm_candle_top2" index="0"]
|
||||
transform = Transform( 0.553417, 0, 0, 0, 0.553417, 0, 0, 0, 0.553417, 0.0504003, -0.0129334, 0.00162044 )
|
||||
[node name="sm_candle_b" type="MeshInstance3D" parent="MainSceneProps/sm_candle_top2" index="0"]
|
||||
transform = Transform3D( 0.553417, 0, 0, 0, 0.553417, 0, 0, 0, 0.553417, 0.0504003, -0.0129334, 0.00162044 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 27 )
|
||||
material/0 = null
|
||||
|
||||
[node name="Tableleft" parent="." index="7" instance=ExtResource( 28 )]
|
||||
transform = Transform( -0.958482, 0, -0.285153, 0, 1, 0, 0.285153, 0, -0.958482, -2.60247, 0.0491341, 2.15903 )
|
||||
transform = Transform3D( -0.958482, 0, -0.285153, 0, 1, 0, 0.285153, 0, -0.958482, -2.60247, 0.0491341, 2.15903 )
|
||||
|
||||
[node name="sm_growler" parent="Tableleft" index="1" instance=ExtResource( 34 )]
|
||||
transform = Transform( -0.958482, 0, 0.285153, 0, 1, 0, -0.285153, 0, -0.958482, 0.179069, 0.843493, 2.38419e-07 )
|
||||
transform = Transform3D( -0.958482, 0, 0.285153, 0, 1, 0, -0.285153, 0, -0.958482, 0.179069, 0.843493, 2.38419e-07 )
|
||||
|
||||
[node name="sm_godet" parent="Tableleft" index="2" instance=ExtResource( 32 )]
|
||||
transform = Transform( -0.958482, 0.0116327, 0.284916, 0, 0.999168, -0.0407945, -0.285153, -0.0391008, -0.957684, 0.00578856, 0.850618, 0.189056 )
|
||||
transform = Transform3D( -0.958482, 0.0116327, 0.284916, 0, 0.999168, -0.0407945, -0.285153, -0.0391008, -0.957684, 0.00578856, 0.850618, 0.189056 )
|
||||
|
||||
[node name="sm_godet2" parent="Tableleft" index="3" instance=ExtResource( 32 )]
|
||||
transform = Transform( -0.958482, -0.0136413, 0.284827, 0, 0.998855, 0.0478387, -0.285153, 0.0458525, -0.957385, 0.102124, 0.837641, -0.25378 )
|
||||
transform = Transform3D( -0.958482, -0.0136413, 0.284827, 0, 0.998855, 0.0478387, -0.285153, 0.0458525, -0.957385, 0.102124, 0.837641, -0.25378 )
|
||||
|
||||
[node name="TableRight" parent="." index="8" instance=ExtResource( 28 )]
|
||||
transform = Transform( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -2.1664, 0.0295653, -2.02667 )
|
||||
transform = Transform3D( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -2.1664, 0.0295653, -2.02667 )
|
||||
|
||||
[node name="Growler" parent="TableRight" index="1" instance=ExtResource( 34 )]
|
||||
transform = Transform( 0.428226, 0, -0.903672, 0, 1, 0, 0.903672, 0, 0.428226, 0.260903, 0.870654, 0.24329 )
|
||||
transform = Transform3D( 0.428226, 0, -0.903672, 0, 1, 0, 0.903672, 0, 0.428226, 0.260903, 0.870654, 0.24329 )
|
||||
|
||||
[node name="Godet" parent="TableRight" index="2" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.869771, 0, 0.493456, 0, 1, 0, -0.493456, 0, 0.869771, 0.124432, 0.85553, -0.0287701 )
|
||||
transform = Transform3D( 0.869771, 0, 0.493456, 0, 1, 0, -0.493456, 0, 0.869771, 0.124432, 0.85553, -0.0287701 )
|
||||
|
||||
[node name="Godet3" parent="TableRight" index="3" instance=ExtResource( 32 )]
|
||||
transform = Transform( 0.979508, 0.200153, 0.0224678, -0.0198889, -0.0148863, 0.999692, 0.200426, -0.979652, -0.0106004, 0.511135, 0.919194, 0.249402 )
|
||||
transform = Transform3D( 0.979508, 0.200153, 0.0224678, -0.0198889, -0.0148863, 0.999692, 0.200426, -0.979652, -0.0106004, 0.511135, 0.919194, 0.249402 )
|
||||
|
||||
[node name="Godet4" parent="TableRight" index="4" instance=ExtResource( 32 )]
|
||||
transform = Transform( -0.236782, -0.0445638, 0.970541, -0.0267146, 0.998868, 0.039347, -0.971196, -0.0166109, -0.237705, 0.291596, 0.864092, -0.00375021 )
|
||||
transform = Transform3D( -0.236782, -0.0445638, 0.970541, -0.0267146, 0.998868, 0.039347, -0.971196, -0.0166109, -0.237705, 0.291596, 0.864092, -0.00375021 )
|
||||
|
||||
[node name="Building" type="Spatial" parent="." index="9"]
|
||||
[node name="Building" type="Node3D" parent="." index="9"]
|
||||
|
||||
[node name="walls" type="Spatial" parent="Building" index="0"]
|
||||
[node name="walls" type="Node3D" parent="Building" index="0"]
|
||||
|
||||
[node name="wall_left" type="MeshInstance" parent="Building/walls" index="0"]
|
||||
transform = Transform( 17.6823, 0, 0, 0, -2.06229e-06, 7.98594, 0, -6.6644, -4.9309e-08, -3.48147, 2.21218, 4.82163 )
|
||||
[node name="wall_left" type="MeshInstance3D" parent="Building/walls" index="0"]
|
||||
transform = Transform3D( 17.6823, 0, 0, 0, -2.06229e-06, 7.98594, 0, -6.6644, -4.9309e-08, -3.48147, 2.21218, 4.82163 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 36 )
|
||||
material/0 = ExtResource( 39 )
|
||||
|
||||
[node name="wall_roof" type="MeshInstance" parent="Building/walls" index="1"]
|
||||
transform = Transform( 19.0333, 0, 0, 0, -2.05553, -1.80384e-05, 0, 1.78061e-06, -20.8236, -3.43417, 4.19346, -0.500263 )
|
||||
[node name="wall_roof" type="MeshInstance3D" parent="Building/walls" index="1"]
|
||||
transform = Transform3D( 19.0333, 0, 0, 0, -2.05553, -1.80384e-05, 0, 1.78061e-06, -20.8236, -3.43417, 4.19346, -0.500263 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 36 )
|
||||
material/0 = ExtResource( 39 )
|
||||
|
||||
[node name="wall_right" type="MeshInstance" parent="Building/walls" index="2"]
|
||||
transform = Transform( -6.12822, -1.14249, -5.98427e-08, 0, -2.8759e-07, 7.88397, -1.08057, 6.47934, 3.39384e-07, -0.343511, 2.21218, -5.27151 )
|
||||
[node name="wall_right" type="MeshInstance3D" parent="Building/walls" index="2"]
|
||||
transform = Transform3D( -6.12822, -1.14249, -5.98427e-08, 0, -2.8759e-07, 7.88397, -1.08057, 6.47934, 3.39384e-07, -0.343511, 2.21218, -5.27151 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 36 )
|
||||
material/0 = ExtResource( 39 )
|
||||
|
||||
[node name="wall_right2" type="MeshInstance" parent="Building/walls" index="3"]
|
||||
transform = Transform( -6.12822, -1.14249, -5.98427e-08, 0, -2.8759e-07, 7.88397, -1.08057, 6.47934, 3.39384e-07, -5.52464, 2.21218, -6.18509 )
|
||||
[node name="wall_right2" type="MeshInstance3D" parent="Building/walls" index="3"]
|
||||
transform = Transform3D( -6.12822, -1.14249, -5.98427e-08, 0, -2.8759e-07, 7.88397, -1.08057, 6.47934, 3.39384e-07, -5.52464, 2.21218, -6.18509 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 36 )
|
||||
material/0 = ExtResource( 39 )
|
||||
|
||||
[node name="wall_background" type="MeshInstance" parent="Building/walls" index="4"]
|
||||
transform = Transform( -3.92366, 6.98897, 3.66077e-07, 0, -3.1021e-07, 8.50407, 22.2522, 1.23234, 6.45493e-08, -7.48147, 2.21218, -0.975186 )
|
||||
[node name="wall_background" type="MeshInstance3D" parent="Building/walls" index="4"]
|
||||
transform = Transform3D( -3.92366, 6.98897, 3.66077e-07, 0, -3.1021e-07, 8.50407, 22.2522, 1.23234, 6.45493e-08, -7.48147, 2.21218, -0.975186 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 36 )
|
||||
material/0 = ExtResource( 39 )
|
||||
@@ -553,45 +553,45 @@ cell_center_y = false
|
||||
cell_center_z = false
|
||||
baked_meshes = [ SubResource( 17 ) ]
|
||||
data = {
|
||||
"cells": PoolIntArray( 0, 0, 536870912, 65531, 0, 536870915, 65532, 0, 536870912, 65533, 0, 1073741824, 65534, 0, 0, 65535, 0, 0, 0, 1, 536870912, 65531, 1, 536870915, 65532, 1, 0, 65533, 1, 536870912, 65534, 1, 536870912, 65535, 1, 0, 0, 2, 536870912, 65531, 2, 536870915, 65532, 2, 536870912, 65533, 2, 536870912, 65534, 2, 0, 65535, 2, 0, 0, 65533, 0, 65532, 65533, 0, 65533, 65533, 536870912, 65534, 65533, 0, 65535, 65533, 536870912, 0, 65534, 0, 65531, 65534, 3, 65532, 65534, 536870912, 65533, 65534, 536870912, 65534, 65534, 536870912, 65535, 65534, 536870912, 0, 65535, 536870912, 65531, 65535, 536870915, 65532, 65535, 0, 65533, 65535, 1073741824, 65534, 65535, 1073741824, 65535, 65535, 1073741824 )
|
||||
"cells": PackedInt32Array( 0, 0, 536870912, 65531, 0, 536870915, 65532, 0, 536870912, 65533, 0, 1073741824, 65534, 0, 0, 65535, 0, 0, 0, 1, 536870912, 65531, 1, 536870915, 65532, 1, 0, 65533, 1, 536870912, 65534, 1, 536870912, 65535, 1, 0, 0, 2, 536870912, 65531, 2, 536870915, 65532, 2, 536870912, 65533, 2, 536870912, 65534, 2, 0, 65535, 2, 0, 0, 65533, 0, 65532, 65533, 0, 65533, 65533, 536870912, 65534, 65533, 0, 65535, 65533, 536870912, 0, 65534, 0, 65531, 65534, 3, 65532, 65534, 536870912, 65533, 65534, 536870912, 65534, 65534, 536870912, 65535, 65534, 536870912, 0, 65535, 536870912, 65531, 65535, 536870915, 65532, 65535, 0, 65533, 65535, 1073741824, 65534, 65535, 1073741824, 65535, 65535, 1073741824 )
|
||||
}
|
||||
__meta__ = {
|
||||
"_editor_clip_": 0,
|
||||
"_editor_floor_": Vector3( 0, 0, 0 )
|
||||
}
|
||||
|
||||
[node name="sm_column" type="MeshInstance" parent="Building" index="2"]
|
||||
transform = Transform( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -6.41226, 0, -3.39909 )
|
||||
[node name="sm_column" type="MeshInstance3D" parent="Building" index="2"]
|
||||
transform = Transform3D( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -6.41226, 0, -3.39909 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 35 )
|
||||
material/0 = null
|
||||
|
||||
[node name="sm_column2" type="MeshInstance" parent="Building" index="3"]
|
||||
transform = Transform( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -7.23782, 0, 1.51736 )
|
||||
[node name="sm_column2" type="MeshInstance3D" parent="Building" index="3"]
|
||||
transform = Transform3D( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -7.23782, 0, 1.51736 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 35 )
|
||||
material/0 = null
|
||||
|
||||
[node name="sm_column3" type="MeshInstance" parent="Building" index="4"]
|
||||
transform = Transform( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -7.73765, 0, 4.20657 )
|
||||
[node name="sm_column3" type="MeshInstance3D" parent="Building" index="4"]
|
||||
transform = Transform3D( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -7.73765, 0, 4.20657 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 35 )
|
||||
material/0 = null
|
||||
|
||||
[node name="sm_column4" type="MeshInstance" parent="Building" index="5"]
|
||||
transform = Transform( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -5.90352, 0, -6.13626 )
|
||||
[node name="sm_column4" type="MeshInstance3D" parent="Building" index="5"]
|
||||
transform = Transform3D( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -5.90352, 0, -6.13626 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 35 )
|
||||
material/0 = null
|
||||
|
||||
[node name="sm_fireplace" type="MeshInstance" parent="Building" index="6"]
|
||||
transform = Transform( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -7.17176, -2.38419e-07, -1.02066 )
|
||||
[node name="sm_fireplace" type="MeshInstance3D" parent="Building" index="6"]
|
||||
transform = Transform3D( 0.173648, 0, 0.984808, 0, 1, 0, -0.984808, 0, 0.173648, -7.17176, -2.38419e-07, -1.02066 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 38 )
|
||||
material/0 = null
|
||||
|
||||
[node name="FireplaceLight" type="OmniLight" parent="Building/sm_fireplace" index="0"]
|
||||
transform = Transform( 0.173304, -0.0109248, -0.984808, 0.0629123, 0.998019, -1.78701e-07, 0.982857, -0.0619565, 0.173648, 0.00967455, 0.654315, 0.510273 )
|
||||
[node name="FireplaceLight" type="OmniLight3D" parent="Building/sm_fireplace" index="0"]
|
||||
transform = Transform3D( 0.173304, -0.0109248, -0.984808, 0.0629123, 0.998019, -1.78701e-07, 0.982857, -0.0619565, 0.173648, 0.00967455, 0.654315, 0.510273 )
|
||||
visible = false
|
||||
light_color = Color( 0.960784, 0.611765, 0.00784314, 1 )
|
||||
light_energy = 1.4
|
||||
@@ -602,10 +602,10 @@ editor_only = true
|
||||
omni_range = 1.8
|
||||
omni_attenuation = 1.23114
|
||||
|
||||
[node name="Lighting" type="Spatial" parent="." index="10"]
|
||||
[node name="Lighting" type="Node3D" parent="." index="10"]
|
||||
|
||||
[node name="Red Color Left" type="SpotLight" parent="Lighting" index="0"]
|
||||
transform = Transform( 0.949107, 0.151161, -0.276307, 0, 0.877297, 0.479948, 0.314953, -0.455522, 0.832649, -4.0515, 2.45338, 4.26157 )
|
||||
[node name="Red Color Left" type="SpotLight3D" parent="Lighting" index="0"]
|
||||
transform = Transform3D( 0.949107, 0.151161, -0.276307, 0, 0.877297, 0.479948, 0.314953, -0.455522, 0.832649, -4.0515, 2.45338, 4.26157 )
|
||||
visible = false
|
||||
light_color = Color( 0.643137, 0.109804, 0.152941, 1 )
|
||||
light_energy = 11.3
|
||||
@@ -619,8 +619,8 @@ spot_range = 5.43268
|
||||
spot_attenuation = 1.41421
|
||||
spot_angle = 31.2
|
||||
|
||||
[node name="Red Color Left2" type="SpotLight" parent="Lighting" index="1"]
|
||||
transform = Transform( 0.80562, 0.042778, 0.590886, -0.18969, 0.963507, 0.18887, -0.561244, -0.264243, 0.784335, 0.631187, 2.3448, 4.15934 )
|
||||
[node name="Red Color Left2" type="SpotLight3D" parent="Lighting" index="1"]
|
||||
transform = Transform3D( 0.80562, 0.042778, 0.590886, -0.18969, 0.963507, 0.18887, -0.561244, -0.264243, 0.784335, 0.631187, 2.3448, 4.15934 )
|
||||
visible = false
|
||||
light_color = Color( 0.643137, 0.109804, 0.152941, 1 )
|
||||
light_energy = 0.4
|
||||
@@ -635,8 +635,8 @@ spot_attenuation = 1.41
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="Lighting" index="2"]
|
||||
environment = SubResource( 19 )
|
||||
|
||||
[node name="Blue Color Right" type="SpotLight" parent="Lighting" index="3"]
|
||||
transform = Transform( -0.994228, 0.0863279, -0.0637094, 0.0626716, 0.949248, 0.308222, 0.0870842, 0.302451, -0.949179, -4.00108, 2.13555, -5.73587 )
|
||||
[node name="Blue Color Right" type="SpotLight3D" parent="Lighting" index="3"]
|
||||
transform = Transform3D( -0.994228, 0.0863279, -0.0637094, 0.0626716, 0.949248, 0.308222, 0.0870842, 0.302451, -0.949179, -4.00108, 2.13555, -5.73587 )
|
||||
visible = false
|
||||
light_color = Color( 0.501961, 0.529412, 1, 1 )
|
||||
light_energy = 4.0
|
||||
@@ -648,8 +648,8 @@ spot_range = 7.07277
|
||||
spot_attenuation = 1.46409
|
||||
spot_angle = 29.7
|
||||
|
||||
[node name="Blue Color Right2" type="SpotLight" parent="Lighting" index="4"]
|
||||
transform = Transform( -0.596615, 0.0976924, 0.79656, 0.0626716, 0.995204, -0.0751143, -0.800077, 0.00510741, -0.599875, -0.159195, 1.47445, -4.78163 )
|
||||
[node name="Blue Color Right2" type="SpotLight3D" parent="Lighting" index="4"]
|
||||
transform = Transform3D( -0.596615, 0.0976924, 0.79656, 0.0626716, 0.995204, -0.0751143, -0.800077, 0.00510741, -0.599875, -0.159195, 1.47445, -4.78163 )
|
||||
visible = false
|
||||
light_color = Color( 0.501961, 0.529412, 1, 1 )
|
||||
light_energy = 32.0
|
||||
@@ -659,8 +659,8 @@ spot_range = 7.07277
|
||||
spot_attenuation = 1.86607
|
||||
spot_angle = 28.7038
|
||||
|
||||
[node name="BakedLightmap" type="BakedLightmap" parent="." index="11"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.06928, 2.35676, -0.183365 )
|
||||
[node name="LightmapGI" type="LightmapGI" parent="." index="11"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.06928, 2.35676, -0.183365 )
|
||||
extents = Vector3( 6.50885, 3.63237, 10 )
|
||||
bounces = 5
|
||||
environment_mode = 1
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_resource type="Environment" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture2D" id=1]
|
||||
|
||||
[sub_resource type="PanoramaSky" id=2]
|
||||
[sub_resource type="Sky" id=2]
|
||||
panorama = ExtResource( 1 )
|
||||
|
||||
[resource]
|
||||
|
||||
Reference in New Issue
Block a user