feat: Implement core player movement with advanced pushing mechanics, define game modes, and introduce various new managers and UI components.
This commit is contained in:
@@ -38,7 +38,7 @@ const MESSAGES = {
|
||||
"USED_SPECIAL_POWER": "Used a special power!"
|
||||
}
|
||||
|
||||
static func send_message(target: Node, message: String, type: int = MessageType.NORMAL):
|
||||
static func send_message(target: Node, message: String, _type: int = MessageType.NORMAL):
|
||||
if is_instance_valid(target) and target.has_method("rpc"):
|
||||
# Check if the text is empty, do nothing
|
||||
if message.is_empty():
|
||||
|
||||
Reference in New Issue
Block a user