Audio bus implemented and test pawn intro sound clips added. PawnBodies hooked up to PawnBaseData but not yet implemented.
This commit is contained in:
@@ -19,5 +19,7 @@ class_name PawnBaseData extends Resource
|
||||
var model
|
||||
@export var portrait : Texture2D
|
||||
@export var nameplate : Texture2D
|
||||
@export var name_audio : AudioStream
|
||||
@export var pawn_body : PackedScene
|
||||
|
||||
@export var starting_hacks : Array[HackSet] = [null, null, null]
|
||||
|
||||
Reference in New Issue
Block a user