cirnogodot/Scenes/Items/Cheat_Gun_Pickup.tscn

20 lines
975 B
Text
Raw Normal View History

2025-03-08 18:56:09 +01:00
[gd_scene load_steps=6 format=3 uid="uid://4q82gggqax87"]
2025-02-15 17:51:06 +01:00
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://b3h7b30kerf60" path="res://Scripts/Interactables/ItemPickup.cs" id="1_vx8ix"]
2025-02-15 17:51:06 +01:00
[ext_resource type="Resource" uid="uid://cfq121rs3bsu8" path="res://Resources/Items/Cheat_Gun_Item.tres" id="2_si1ac"]
2025-03-08 18:56:09 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_whagr"]
2025-03-06 21:24:02 +01:00
[ext_resource type="Texture2D" uid="uid://cwy7g861vnbj1" path="res://Sprites/Items/Cheat_Gun.png" id="3_6qev1"]
2025-02-15 17:51:06 +01:00
[sub_resource type="CircleShape2D" id="CircleShape2D_jtwy2"]
[node name="CheaetGun" type="Area2D" groups=["Interactable"]]
collision_layer = 4
collision_mask = 2
script = ExtResource("1_vx8ix")
2025-03-08 18:56:09 +01:00
LootTable = Array[ExtResource("2_whagr")]([ExtResource("2_si1ac")])
2025-02-15 17:51:06 +01:00
[node name="Sprite2D" type="Sprite2D" parent="."]
2025-03-06 21:24:02 +01:00
texture = ExtResource("3_6qev1")
2025-02-15 17:51:06 +01:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_jtwy2")