bugfixes
This commit is contained in:
parent
bf2667176d
commit
b468dac283
11 changed files with 46 additions and 7 deletions
BIN
blends/environment.blend
(Stored with Git LFS)
BIN
blends/environment.blend
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="f6f19525174d964bcfbd5e0d10af60f4"
|
||||
dest_md5="b244913244895512a1541ec37a177db9"
|
||||
source_md5="7c602c98ab6b6d162738d3826a346a58"
|
||||
dest_md5="58079185907704af747ce80864c8e4a0"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -5,6 +5,9 @@ var is_frozen = false
|
|||
|
||||
signal cursor_interact
|
||||
|
||||
func _ready():
|
||||
Input.set_mouse_mode(Input.MOUSE_MODE_HIDDEN)
|
||||
|
||||
func set_cursor(set_as: Node):
|
||||
cursor = weakref(set_as)
|
||||
|
||||
|
|
BIN
godot/assets/room/camera_positions.glb
(Stored with Git LFS)
BIN
godot/assets/room/camera_positions.glb
(Stored with Git LFS)
Binary file not shown.
|
@ -40,3 +40,28 @@ application/product_name=""
|
|||
application/file_description=""
|
||||
application/copyright=""
|
||||
application/trademarks=""
|
||||
|
||||
[preset.1]
|
||||
|
||||
name="Linux/X11"
|
||||
platform="Linux/X11"
|
||||
runnable=true
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../../Downloads/gb/Goodnight Jellybean.x86_64"
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.1.options]
|
||||
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
binary_format/64_bits=true
|
||||
binary_format/embed_pck=false
|
||||
texture_format/bptc=false
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
texture_format/no_bptc_fallbacks=true
|
||||
|
|
|
@ -53,7 +53,7 @@ margin_bottom = 842.0
|
|||
mouse_filter = 1
|
||||
text = "Welcome to Goodnight Jellybean! We're excited to have you join us on this educational adventure.
|
||||
|
||||
We will be interacting with our virutal environment using FunMouse (tm). Simply use the left and right mouse buttons to change the direction of the cursor and use the scroll wheel to move the cursor in its current direction. Interact with nearby objects by pressing the middle mouse button.
|
||||
We will be interacting with our virutal environment using FunMouse (tm). Simply use the left and right mouse buttons to change the direction of the cursor and use the scroll wheel to move the cursor in its current direction. Interact with nearby objects by pressing the middle mouse button. Please make sure your audio is turned on.
|
||||
|
||||
Don't have a mouse with a scroll wheel? You can also use the arrow keys and space bar to navigate and interact with the game. However, your child will be missing out on learning an important skill.
|
||||
|
||||
|
|
|
@ -245,6 +245,11 @@ transform = Transform( 8.71637, 0, 0, 0, 13.8749, 0, 0, 0, 5.83956, 0, 0, 15.481
|
|||
on_enter_func = "_on_Cursor_set_camera"
|
||||
call_string = "camera_bookshelf_secret"
|
||||
|
||||
[node name="SecretLeave" parent="CameraMoveZones" instance=ExtResource( 6 )]
|
||||
transform = Transform( 8.71637, 0, 0, 0, 13.8749, 0, 0, 0, 9.43964, 0, 0, 15.4817 )
|
||||
on_leave_func = "_on_Cursor_set_camera"
|
||||
call_string = "camera_bookshelf_secret"
|
||||
|
||||
[node name="AmbientSound" parent="." instance=ExtResource( 7 )]
|
||||
|
||||
[node name="Attic" type="Spatial" parent="."]
|
||||
|
|
BIN
store_assets/room_screenshot.png
(Stored with Git LFS)
Normal file
BIN
store_assets/room_screenshot.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
store_assets/text.png
(Stored with Git LFS)
Normal file
BIN
store_assets/text.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue