This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld47/objects/Spikes.tscn
2020-10-04 20:30:36 -04:00

16 lines
570 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://objects/Spikes.gd" type="Script" id=1]
[ext_resource path="res://environment/Industrial_Ruin_Floor_Spike1.tscn" type="PackedScene" id=2]
[sub_resource type="BoxShape" id=3]
extents = Vector3( 0.8, 0.275, 1.5 )
[node name="Spikes" type="Area"]
script = ExtResource( 1 )
[node name="Industrial_Ruin_Floor_Spike1" parent="." instance=ExtResource( 2 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.125, 0.65, -1.5 )
shape = SubResource( 3 )