Added lever
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://gq33ysuit61b"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://gq33ysuit61b"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c70o7nk6wxcmx" path="res://models/UndertakerBlockout.fbx" id="2_gfayn"]
|
||||
[ext_resource type="PackedScene" uid="uid://be7u1kn41g2ww" path="res://addons/interaction/interactable.tscn" id="3_u0nvw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bxuveo0hlwy33" path="res://prefabs/character.tscn" id="4_tedjo"]
|
||||
[ext_resource type="Script" uid="uid://b1pyctfbd0wvg" path="res://scenes/debug_printer.gd" id="4_ui586"]
|
||||
[ext_resource type="PackedScene" uid="uid://cv3qpo5lfrchn" path="res://prefabs/lever.tscn" id="5_tedjo"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_gfayn"]
|
||||
size = Vector3(12.2438965, 0.48779297, 13.901489)
|
||||
@@ -38,4 +39,7 @@ script = ExtResource("4_ui586")
|
||||
|
||||
[node name="Character" parent="." instance=ExtResource("4_tedjo")]
|
||||
|
||||
[node name="Lever" parent="." instance=ExtResource("5_tedjo")]
|
||||
transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 1.884376, 1.4100053, 4.976951)
|
||||
|
||||
[connection signal="on_hit" from="Interactable" to="DebugPrinter" method="_on_interactable_on_hit"]
|
||||
|
||||
Reference in New Issue
Block a user