Work on meatcreek
This commit is contained in:
parent
36d4d61c89
commit
e28d880025
|
@ -12,4 +12,4 @@
|
||||||
*.mp4 filter=lfs diff=lfs merge=lfs -text lockable
|
*.mp4 filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
*.blend filter=lfs diff=lfs merge=lfs -text lockable
|
*.blend filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text lockable
|
*.zip filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
|
*.pc2 filter=lfs diff=lfs merge=lfs -text lockable
|
||||||
|
|
BIN
blends/large_meat_tunnel.blend (Stored with Git LFS)
BIN
blends/large_meat_tunnel.blend (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
blends/levels/side_tunnel_1.blend (Stored with Git LFS)
BIN
blends/levels/side_tunnel_1.blend (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
blends/meat_elevator.blend (Stored with Git LFS)
BIN
blends/meat_elevator.blend (Stored with Git LFS)
Binary file not shown.
|
@ -1,3 +1,3 @@
|
||||||
source_md5="aa978bdf8cd273bd1e95fd5e9582f56d"
|
source_md5="6929a25c3e27c26b9da92ac96646dd8d"
|
||||||
dest_md5="ae80905a1efe4da3397c3e15bfe6dbdd"
|
dest_md5="4e1398144e148a69735c5296354ea7f8"
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
||||||
source_md5="f80a82ea17c361d29ac53a1d39720858"
|
source_md5="19514b1f75c1ccb5bd81391f7aaef7ad"
|
||||||
dest_md5="da3b3a6dd66a27a827097049d4676d55"
|
dest_md5="a0d20f08d7c912cd75c0f614e9ef4a0d"
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
||||||
source_md5="e55bb71268689e80e8179dc98a36f3d5"
|
source_md5="be6ed6e62806e445c9c5dc23316fb9b0"
|
||||||
dest_md5="5b14464029f30ecd5dd82201d098c938"
|
dest_md5="3a798a79eebda2897bdc14b0d5b1a605"
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="130ede86de34314953b1cf6ffaba523f"
|
||||||
|
dest_md5="50b4efa1d9abb8ec72dc56cb1b452891"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="b19bf40b7b28ef4c530c9325c00fea94"
|
||||||
|
dest_md5="676fbf8dd06fd4c9b37ea8caf8ab4d40"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="9b700dcce101319dd351271fc1f2ca56"
|
||||||
|
dest_md5="c8170dd8bca1e1f543cd5dbe3a72b4de"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="e6fde222be2d1d2abd935c103d878f9b"
|
||||||
|
dest_md5="2340745ef51eebb6d778373d04781640"
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="95a54f3bc479185cc7028fc32f83bcfa"
|
||||||
|
dest_md5="80c2ffcb7c2d3f3bca0b699fa5dd8291"
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="264a6f013122c9999a39406e5bbb8872"
|
||||||
|
dest_md5="51d02d9ea4b879bbb7d1644e41b38914"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
godot/assets/meat_creek/Material_001.material (Stored with Git LFS)
BIN
godot/assets/meat_creek/Material_001.material (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
godot/assets/meat_creek/creek_cage.glb (Stored with Git LFS)
BIN
godot/assets/meat_creek/creek_cage.glb (Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -0,0 +1,8 @@
|
||||||
|
extends Spatial
|
||||||
|
|
||||||
|
|
||||||
|
func _ready():
|
||||||
|
var _ignore = $elevator/meat_elevator_tracker/MeatElevatorTracker.connect("arrived", self, "reset_level")
|
||||||
|
|
||||||
|
func reset_level():
|
||||||
|
var _ignore = get_tree().reload_current_scene()
|
|
@ -0,0 +1,9 @@
|
||||||
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/models/meat_creek_elevator.gd" type="Script" id=1]
|
||||||
|
[ext_resource path="res://effects/elevator.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
[node name="Spatial" type="Spatial"]
|
||||||
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
|
[node name="elevator" parent="." instance=ExtResource( 2 )]
|
BIN
godot/assets/models/meat_elevator_entrance.glb (Stored with Git LFS)
BIN
godot/assets/models/meat_elevator_entrance.glb (Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
godot/assets/models/meat_elevator_exit.glb (Stored with Git LFS)
BIN
godot/assets/models/meat_elevator_exit.glb (Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
||||||
|
[gd_scene load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/meat_creek/reset_tunnel/reset_tunnel.tscn" type="PackedScene" id=1]
|
||||||
|
|
||||||
|
[node name="Spatial" type="Spatial"]
|
||||||
|
|
||||||
|
[node name="Spatial" parent="." instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="Camera" type="Camera" parent="Spatial"]
|
||||||
|
transform = Transform( 0.704027, 0, 0.710173, 0, 1, 0, -0.710173, 0, 0.704027, -66.7821, 0, -112.358 )
|
Binary file not shown.
Loading…
Reference in New Issue