added driftling

This commit is contained in:
2026-02-11 08:18:46 +11:00
parent d03f907c24
commit e3d04ca247
30 changed files with 363 additions and 80 deletions

View File

@@ -460,5 +460,5 @@ func unequip_weapon(slot: int = 0) -> void:
hud.hot_wheel.update_cassettes(get_wheel_cards())
func _on_hitbox_took_damage(amount: int, damage_type: int, pos: Vector3) -> void:
func _on_hitbox_took_damage(_amount: int, _damage_type: int, _pos: Vector3) -> void:
pass # Replace with function body.

View File

@@ -22,7 +22,7 @@
[ext_resource type="Environment" uid="uid://cpn2no3e8s361" path="res://cam_environment.tres" id="13_vkt85"]
[ext_resource type="Script" uid="uid://dkhl8u8p6gmlu" path="res://PCs/spring.gd" id="15_0ehim"]
[ext_resource type="Texture2D" uid="uid://c60fh34ttgcvh" path="res://Assets/Textures/minimap_player.png" id="15_nhlam"]
[ext_resource type="Texture2D" uid="uid://chhmkmlfrobhu" path="res://Assets/Textures/bubble.png" id="15_q3yot"]
[ext_resource type="Texture2D" uid="uid://chhmkmlfrobhu" path="res://Enemies/Driftling/icon_driftling.png" id="15_q3yot"]
[ext_resource type="Texture2D" uid="uid://cqnapc8cscl7i" path="res://Assets/Textures/border.png" id="16_x1xjr"]
[ext_resource type="PackedScene" uid="uid://chnj376d3lcjd" path="res://UI/pickup_notification.tscn" id="17_oyeww"]
[ext_resource type="Script" uid="uid://b5wle8f6rv3e7" path="res://PCs/player_movement.gd" id="20_cfhw8"]