Complete remaining client gap features
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user