release candidate
This commit is contained in:
parent
fafe8ef219
commit
8a2dcbb8e4
|
@ -1,3 +1,3 @@
|
||||||
source_md5="8801bba0aba8f4c2a5382186a295ef57"
|
source_md5="b0989b0b32639e93e7bb9de031cc630c"
|
||||||
dest_md5="90b91d4cd49b656f93e90d42e22ee829"
|
dest_md5="c7494eb2c4518e849d04bd411a623706"
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,37 @@
|
||||||
|
[gd_scene load_steps=8 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/squirrel_model.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://assets/creature_animation.tscn" type="PackedScene" id=2]
|
||||||
|
[ext_resource path="res://animated_creature.gd" type="Script" id=3]
|
||||||
|
[ext_resource path="res://CursorInteractArea.tscn" type="PackedScene" id=4]
|
||||||
|
[ext_resource path="res://assets/audio/squirrel.ogg" type="AudioStream" id=5]
|
||||||
|
[ext_resource path="res://Sound.gd" type="Script" id=6]
|
||||||
|
|
||||||
|
[sub_resource type="BoxShape" id=1]
|
||||||
|
|
||||||
|
[node name="AnimatedSquirrel" type="Spatial"]
|
||||||
|
script = ExtResource( 3 )
|
||||||
|
|
||||||
|
[node name="creature" parent="." instance=ExtResource( 2 )]
|
||||||
|
|
||||||
|
[node name="squirrel_model" parent="creature/animated" index="0" instance=ExtResource( 1 )]
|
||||||
|
transform = Transform( 0.492546, 0, 0.0860131, 0, 0.5, 0, -0.0860131, 0, 0.492546, -0.242217, -0.0997212, -1.38703 )
|
||||||
|
|
||||||
|
[node name="StaticBody" type="StaticBody" parent="."]
|
||||||
|
|
||||||
|
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
||||||
|
transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 1.39319, 0.163039 )
|
||||||
|
shape = SubResource( 1 )
|
||||||
|
|
||||||
|
[node name="GoalInteractArea" parent="." instance=ExtResource( 4 )]
|
||||||
|
transform = Transform( 4, 0, 0, 0, 3.046, 0, 0, 0, 4, 0, 1.29309, 0 )
|
||||||
|
on_interact_func = "_on_Cursor_goal"
|
||||||
|
call_array = [ "squirrel" ]
|
||||||
|
|
||||||
|
[node name="Sound" type="AudioStreamPlayer" parent="."]
|
||||||
|
stream = ExtResource( 5 )
|
||||||
|
script = ExtResource( 6 )
|
||||||
|
|
||||||
|
[connection signal="interact" from="GoalInteractArea" to="Sound" method="play_sound"]
|
||||||
|
|
||||||
|
[editable path="creature"]
|
BIN
godot/assets/audio/squirrel.ogg (Stored with Git LFS)
BIN
godot/assets/audio/squirrel.ogg (Stored with Git LFS)
Binary file not shown.
|
@ -50,6 +50,8 @@ func script_loop():
|
||||||
while not completed and yield(self, "advance"):
|
while not completed and yield(self, "advance"):
|
||||||
yield(read_line(line), "completed")
|
yield(read_line(line), "completed")
|
||||||
$ImpatienceTimer.start(impatience)
|
$ImpatienceTimer.start(impatience)
|
||||||
|
$ImpatienceTimer.stop()
|
||||||
|
yield(get_tree().create_timer(3), "timeout")
|
||||||
|
|
||||||
var _err = get_tree().change_scene("res://screens/finished.tscn")
|
var _err = get_tree().change_scene("res://screens/finished.tscn")
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://PixelFJVerdana12pt.ttf" type="DynamicFontData" id=1]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
font_data = ExtResource( 1 )
|
|
@ -11,6 +11,7 @@ config_version=4
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Goodnight Jellybean"
|
config/name="Goodnight Jellybean"
|
||||||
|
run/main_scene="res://screens/disclaimer.tscn"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
[autoload]
|
[autoload]
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
[ext_resource path="res://3DCursor.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://3DCursor.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://CursorInteractArea.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://CursorInteractArea.tscn" type="PackedScene" id=2]
|
||||||
|
[ext_resource path="res://screens/theme.tres" type="Theme" id=3]
|
||||||
[sub_resource type="Theme" id=1]
|
|
||||||
|
|
||||||
[sub_resource type="Environment" id=2]
|
[sub_resource type="Environment" id=2]
|
||||||
background_mode = 1
|
background_mode = 1
|
||||||
|
@ -42,15 +41,15 @@ transmission = Color( 1, 0, 0, 1 )
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
mouse_filter = 1
|
mouse_filter = 1
|
||||||
theme = SubResource( 1 )
|
theme = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="CanvasLayer/Control"]
|
[node name="Label" type="Label" parent="CanvasLayer/Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
margin_left = 31.0
|
margin_left = 243.0
|
||||||
margin_top = 22.0
|
margin_top = 18.0
|
||||||
margin_right = -168.0
|
margin_right = -211.0
|
||||||
margin_bottom = -92.0
|
margin_bottom = 842.0
|
||||||
mouse_filter = 1
|
mouse_filter = 1
|
||||||
text = "Welcome to Goodnight Jellybean! We're excited to have you join us on this educational adventure.
|
text = "Welcome to Goodnight Jellybean! We're excited to have you join us on this educational adventure.
|
||||||
|
|
||||||
|
@ -89,7 +88,7 @@ KB_ACTIONS_PER_SECOND = 6.0
|
||||||
interact_brightness = 100.0
|
interact_brightness = 100.0
|
||||||
|
|
||||||
[node name="Camera" type="Camera" parent="."]
|
[node name="Camera" type="Camera" parent="."]
|
||||||
transform = Transform( 0.710849, -0.253477, 0.656082, 0, 0.932803, 0.360388, -0.703345, -0.256181, 0.663082, 5.46264, 2.36601, 5.69697 )
|
transform = Transform( 0.710849, -0.253477, 0.656082, 0, 0.932803, 0.360388, -0.703345, -0.256181, 0.663082, 5.463, 4.002, 5.697 )
|
||||||
|
|
||||||
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
||||||
transform = Transform( 0.969906, 0, 0.24348, 0, 1, 0, -0.24348, 0, 0.969906, -0.095212, 0.028264, 4.01219 )
|
transform = Transform( 0.969906, 0, 0.24348, 0, 1, 0, -0.24348, 0, 0.969906, -0.095212, 0.028264, 4.01219 )
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[gd_scene load_steps=7 format=2]
|
[gd_scene load_steps=8 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://3DCursor.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://3DCursor.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://screens/theme.tres" type="Theme" id=2]
|
||||||
|
|
||||||
[sub_resource type="Theme" id=1]
|
[sub_resource type="Theme" id=1]
|
||||||
|
|
||||||
|
@ -38,14 +39,15 @@ theme = SubResource( 1 )
|
||||||
[node name="Label" type="Label" parent="CanvasLayer/Control"]
|
[node name="Label" type="Label" parent="CanvasLayer/Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
margin_left = 31.0
|
margin_left = 182.0
|
||||||
margin_top = 22.0
|
margin_top = 24.0
|
||||||
margin_right = -168.0
|
margin_right = -173.0
|
||||||
margin_bottom = -92.0
|
margin_bottom = -88.0
|
||||||
mouse_filter = 1
|
mouse_filter = 1
|
||||||
|
theme = ExtResource( 2 )
|
||||||
text = "Congratulations on completing Goodnight Jellybean, brought to you by SoftWaves!
|
text = "Congratulations on completing Goodnight Jellybean, brought to you by SoftWaves!
|
||||||
|
|
||||||
We hope you had fun using FunMouse(tm) and learning about all the different topics in the game. If you are feeling nauseous as a result of playing the game,, remember to take deep breaths and find a quiet place to rest.
|
We hope you had fun using FunMouse(tm) and learning about all the different topics in the game. If you are feeling nauseous as a result of playing the game, remember to take deep breaths and find a quiet place to rest.
|
||||||
|
|
||||||
Thank you for playing! If you would like more fun learning, please insert CD 2 for more educational adventures from SoftWaves or order a copy of our catalog for more educational fun! Please write to us at Softwaves HQ, 123 Fun Learning Lane, Funville, USA 12345 and include a $5 bill to request a copy of our games catalog."
|
Thank you for playing! If you would like more fun learning, please insert CD 2 for more educational adventures from SoftWaves or order a copy of our catalog for more educational fun! Please write to us at Softwaves HQ, 123 Fun Learning Lane, Funville, USA 12345 and include a $5 bill to request a copy of our games catalog."
|
||||||
autowrap = true
|
autowrap = true
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[gd_resource type="Theme" load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://font.tres" type="DynamicFont" id=1]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
default_font = ExtResource( 1 )
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=39 format=2]
|
[gd_scene load_steps=40 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://assets/effects/dithering/CanvasLayer.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://assets/effects/dithering/CanvasLayer.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://assets/room/environment.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://assets/room/environment.tscn" type="PackedScene" id=2]
|
||||||
|
@ -10,6 +10,7 @@
|
||||||
[ext_resource path="res://AtticAmberLight.gd" type="Script" id=8]
|
[ext_resource path="res://AtticAmberLight.gd" type="Script" id=8]
|
||||||
[ext_resource path="res://assets/audio/voice_lines/LineReader.tscn" type="PackedScene" id=9]
|
[ext_resource path="res://assets/audio/voice_lines/LineReader.tscn" type="PackedScene" id=9]
|
||||||
[ext_resource path="res://animated_frog.tscn" type="PackedScene" id=10]
|
[ext_resource path="res://animated_frog.tscn" type="PackedScene" id=10]
|
||||||
|
[ext_resource path="res://animated_squirrell.tscn" type="PackedScene" id=11]
|
||||||
|
|
||||||
[sub_resource type="Environment" id=1]
|
[sub_resource type="Environment" id=1]
|
||||||
background_mode = 1
|
background_mode = 1
|
||||||
|
@ -315,6 +316,13 @@ hop = true
|
||||||
|
|
||||||
[node name="AnimatedFrog3" parent="." instance=ExtResource( 10 )]
|
[node name="AnimatedFrog3" parent="." instance=ExtResource( 10 )]
|
||||||
transform = Transform( -0.134924, 0, 0.210465, 0, 0.25, 0, -0.210465, 0, -0.134924, -24.9938, 12.6545, -2.18772 )
|
transform = Transform( -0.134924, 0, 0.210465, 0, 0.25, 0, -0.210465, 0, -0.134924, -24.9938, 12.6545, -2.18772 )
|
||||||
|
|
||||||
|
[node name="AnimatedSquirrel" parent="." instance=ExtResource( 11 )]
|
||||||
|
transform = Transform( -0.175053, 0, -0.178484, 0, 0.25, 0, 0.178484, 0, -0.175053, 2.91965, 2.82708, 1.3549 )
|
||||||
|
hop = true
|
||||||
|
|
||||||
|
[node name="AnimatedSquirrel2" parent="." instance=ExtResource( 11 )]
|
||||||
|
transform = Transform( -0.23556, 0, -0.0837355, 0, 0.25, 0, 0.0837355, 0, -0.23556, 1.2157, -3.69864, 14.5479 )
|
||||||
hop = true
|
hop = true
|
||||||
|
|
||||||
[connection signal="motion_status" from="AnimationTree" to="3DCursor" method="_on_AnimationTree_motion_status"]
|
[connection signal="motion_status" from="AnimationTree" to="3DCursor" method="_on_AnimationTree_motion_status"]
|
||||||
|
|
Loading…
Reference in New Issue