mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 00:13:46 +00:00
Game over and proper acid death
This commit is contained in:
parent
bacf41e726
commit
7d49c5a25e
13 changed files with 925 additions and 784 deletions
6
3D/TrenchBroom/EntityScripts/Solid/acidarea.gd
Normal file
6
3D/TrenchBroom/EntityScripts/Solid/acidarea.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@tool
|
||||
class_name AcidArea
|
||||
extends Area3D
|
||||
|
||||
func _init() -> void:
|
||||
add_to_group("Acid", true)
|
||||
1
3D/TrenchBroom/EntityScripts/Solid/acidarea.gd.uid
Normal file
1
3D/TrenchBroom/EntityScripts/Solid/acidarea.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bexetda02atk1
|
||||
Loading…
Add table
Add a link
Reference in a new issue