FINISHED DAMN DROP SYSTEM

This commit is contained in:
Rendo 2025-11-28 18:03:30 +05:00
commit 100afe5e51
17 changed files with 151 additions and 25 deletions

View file

@ -1,16 +1,16 @@
[gd_scene load_steps=4 format=3 uid="uid://bxdatd1ilfgmc"]
[gd_scene load_steps=3 format=3 uid="uid://bxdatd1ilfgmc"]
[ext_resource type="Script" uid="uid://e6lqknfl4ngt" path="res://scripts/weapon_system/weapon_substate_machine.gd" id="1_krsgt"]
[ext_resource type="PackedScene" uid="uid://dftij0fdq3lbr" path="res://models/weapons/Bomb.glb" id="2_1x0so"]
[ext_resource type="Script" uid="uid://rx78vdadldm7" path="res://scripts/weapon_system/bomb/bomb_state.gd" id="2_870cc"]
[node name="Bomb" type="Node" node_paths=PackedStringArray("enter_state")]
script = ExtResource("1_krsgt")
animation_prefix = &"baked_bomb_"
model = ExtResource("2_1x0so")
droppable = &"uid://cxdgk74ln5xpn"
visibility_target = &"bomb"
max_ammo = 1
can_be_previous = false
destroy_when_empty = true
enter_state = NodePath("Main")
metadata/_custom_type_script = "uid://e6lqknfl4ngt"