godot-puzzle/piece/player_barrier.tscn
2026-09-07 13:01:13 -04:00

12 lines
508 B
Text

[gd_scene format=3 uid="uid://bxgv16ue166pp"]
[ext_resource type="BoxMesh" uid="uid://bvfmi7q57va1u" path="res://model/player_barrier.tres" id="1_y608q"]
[ext_resource type="Script" uid="uid://bq3a5hhccxndn" path="res://piece.gd" id="2_xveqp"]
[node name="PlayerBarrier" type="MeshInstance3D" unique_id=1011067630]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 0.5, 0.5)
mesh = ExtResource("1_y608q")
script = ExtResource("2_xveqp")
type = 5
metadata/_custom_type_script = "uid://bq3a5hhccxndn"