Compare commits

..

2 Commits

Author SHA1 Message Date
Spencer Killen 842d58ad22
Merge branch 'spencer' 2023-01-03 02:14:00 -07:00
Spencer Killen 1ac954e290
obelisk 2023-01-03 02:13:18 -07:00
5 changed files with 5 additions and 8 deletions

View File

@ -5,7 +5,7 @@ content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.03, 0.21, 0.26, 1 )
bg_color = Color( 0.2, 0.23, 0.31, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1

View File

@ -13,4 +13,6 @@ func _on_DialogTrigger_body_entered(body):
func _on_DialogTrigger_body_exited(body):
if dialog != null:
if is_a_parent_of(dialog):
call_deferred("remove_child", dialog)
dialog = null

View File

@ -1,9 +1,8 @@
[gd_scene load_steps=28 format=2]
[gd_scene load_steps=26 format=2]
[ext_resource path="res://assets/meat_creek/side_tunnel_1.glb" type="PackedScene" id=1]
[ext_resource path="res://player/player.tscn" type="PackedScene" id=2]
[ext_resource path="res://effects/WorldEnvironment.tscn" type="PackedScene" id=3]
[ext_resource path="res://assets/Starbox3.png" type="Texture" id=4]
[ext_resource path="res://effects/SinkBlock.tscn" type="PackedScene" id=5]
[ext_resource path="res://assets/meat_creek/creek_platform.tscn" type="PackedScene" id=6]
[ext_resource path="res://effects/grainy_shader.tscn" type="PackedScene" id=7]
@ -25,12 +24,8 @@
[ext_resource path="res://assets/meat_creek/DialogTriggerObelisk.gd" type="Script" id=23]
[ext_resource path="res://assets/models/meat_tentacle.tscn" type="PackedScene" id=400]
[sub_resource type="PanoramaSky" id=4]
panorama = ExtResource( 4 )
[sub_resource type="Environment" id=3]
background_mode = 2
background_sky = SubResource( 4 )
ambient_light_color = Color( 0.329412, 0.231373, 0.231373, 1 )
ambient_light_energy = 1.5
ambient_light_sky_contribution = 0.0

View File

@ -68,7 +68,7 @@ animation="Up and down"
[buttons]
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://assets/Button03.png", true, Color( 0.262745, 0.0901961, 0.0901961, 1 ) ]
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", true, Color( 1, 1, 1, 1 ) ]
layout=1
fixed=true
fixed_size=Vector2( 200, 80 )