Initial commit for testing/fixing a deprecated godot-colyseus addon

This commit is contained in:
2026-01-10 11:12:02 -05:00
commit 081a5fcf1a
76 changed files with 3456 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
extends Node
const ADD = 128
const REPLACE = 0
const DELETE = 64
const DELETE_AND_ADD = 192
const TOUCH = 1
const CLEAR = 10
const SWITCH_TO_STRUCTURE = 255