mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
30 lines
841 B
Plaintext
30 lines
841 B
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Objects/Banana/Banana.gd" type="Script" id=2]
|
|
[ext_resource path="res://testSprites/Spike.png" type="Texture" id=3]
|
|
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=4]
|
|
|
|
|
|
[sub_resource type="CapsuleShape2D" id=1]
|
|
height = 6.36237
|
|
|
|
[node name="Spike" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Kind" parent="." instance=ExtResource( 4 )]
|
|
kind = 10
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 0.220352, -3.63603 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Hitbox" parent="." instance=ExtResource( 1 )]
|
|
collision_layer = 16
|
|
|
|
[node name="CollisionShape2D" parent="Hitbox" index="0"]
|
|
rotation = 1.5708
|
|
shape = SubResource( 1 )
|
|
|
|
[editable path="Hitbox"]
|