Compare commits
3 Commits
72a2cd0ca4
...
ce2677962e
Author | SHA1 | Date |
---|---|---|
Spencer Killen | ce2677962e | |
Spencer Killen | 0945e9f3df | |
Spencer Killen | 3431100b5f |
BIN
blends/large_meat_tunnel.blend (Stored with Git LFS)
BIN
blends/large_meat_tunnel.blend (Stored with Git LFS)
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
source_md5="2fc9b0fb03d32a81f0f05fa6e4e88917"
|
||||
dest_md5="1100d1e9cf38ee19a81fa58b862694fa"
|
||||
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
source_md5="cceeb5729d9d2aee46d8cc8fe6b07999"
|
||||
dest_md5="b65f50f6ec9ac579c6bced3620bdcdd6"
|
||||
|
Binary file not shown.
|
@ -0,0 +1,16 @@
|
|||
extends StaticBody
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=15 format=2]
|
||||
[gd_scene load_steps=16 format=2]
|
||||
|
||||
[ext_resource path="res://assets/meat_bore/meat_tunnel_top.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://assets/meat_bore/meat_module/level_wally.tscn" type="PackedScene" id=2]
|
||||
|
@ -13,6 +13,7 @@
|
|||
[ext_resource path="res://assets/models/heart/Heart_2.tscn" type="PackedScene" id=11]
|
||||
[ext_resource path="res://assets/models/meat_tentacle_small.tscn" type="PackedScene" id=12]
|
||||
[ext_resource path="res://assets/models/meat_tentacle.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://assets/meat_bore/obelisk_ring.tscn" type="PackedScene" id=14]
|
||||
|
||||
[sub_resource type="Environment" id=3]
|
||||
background_mode = 2
|
||||
|
@ -46,7 +47,7 @@ glow_bloom = 1.0
|
|||
[node name="meat_tunnel_top" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 3 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 21.3374, 30.1915 )
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.51511, 88.4606 )
|
||||
|
||||
[node name="shader" parent="." instance=ExtResource( 5 )]
|
||||
|
||||
|
@ -129,4 +130,7 @@ transform = Transform( -0.452271, 0.189509, 0.236865, -0.0433815, 0.487985, -0.3
|
|||
[node name="MeatSinkParameters" parent="." instance=ExtResource( 6 )]
|
||||
|
||||
[node name="Heart_2" parent="." instance=ExtResource( 11 )]
|
||||
transform = Transform( -95.0824, 0, 30.9731, 0, 100, 0, -30.9731, 0, -95.0824, 0.00217056, 31.5978, 83.3354 )
|
||||
transform = Transform( -95.0824, 0, 30.9731, 0, 100, 0, -30.9731, 0, -95.0824, 0.00217056, 31.5978, 170.072 )
|
||||
|
||||
[node name="obelisk_ring" parent="." instance=ExtResource( 14 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.746, 0 )
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
godot/assets/models/gj/squirrel_PaperBagFur.material (Stored with Git LFS)
BIN
godot/assets/models/gj/squirrel_PaperBagFur.material (Stored with Git LFS)
Binary file not shown.
BIN
godot/assets/models/gj/squirrel_pupil.material (Stored with Git LFS)
BIN
godot/assets/models/gj/squirrel_pupil.material (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue