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.
ld48/object/Lootable.tscn
2021-04-25 21:52:51 -04:00

14 lines
338 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://level/Lootable.gd" type="Script" id=1]
[sub_resource type="CircleShape2D" id=1]
radius = 24.0
[node name="Lootable" type="Area2D"]
script = ExtResource( 1 )
loot1 = 1
loot1_amount = 2
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )