This commit is contained in:
Lucia Ceionia 2024-11-15 18:24:42 -06:00
parent 901b01ac61
commit f6cae08b10
2 changed files with 6 additions and 3 deletions

View File

@ -7,3 +7,7 @@ initial release
- fix \[lb], \[rb], and \[text between brackets]
- add img tag support & stripping
- fix message logging
0.1.2
----
- fix newline handling

View File

@ -19,11 +19,10 @@ func set_hlogmsg(val): pass
func _enter_tree():
NetManager = NetManager_t.new()
BBCode = BBCode_t.new()
#NetManager.DEBUG = true
#BBCode.DEBUG = true
func _ready():
print("[LUCYSLIB] LucysLib 0.1.1 ready")
print("[LUCYSLIB] LucysLib 0.1.2 ready")
#BBCode.DEBUG = true
#BBCode.test()
#func packet_dump(PACKET):