Complete remaining client gap features

This commit is contained in:
shenlei
2026-09-04 13:25:05 +09:00
parent 13ccb8d02d
commit 9a4a044da5
47 changed files with 6667 additions and 140 deletions
+2
View File
@@ -95,6 +95,8 @@ func spawn_at(n, p, gp, o=true): log["spawn"].append(n); return null
fake_audio.set_script(_inline_stub("""
extends Node
var log
func set_listener(pos, forward=Vector3(0, 0, -1), up=Vector3.UP): pass
func play_character_sound_3d(x, y, z, rel, check_frequency=false): log["sound"].append(rel); return 1
func play_at(rel, pos, parent=null): log["sound"].append(rel)
"""))
fake_audio.set("log", calls)