mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Configure all death, spawn, and garage bay skins for #3
This commit is contained in:
@@ -21,11 +21,15 @@ pub struct Model {
|
||||
pub tutorial_robot: bool,
|
||||
pub starter_robot_index: Option<u32>,
|
||||
pub control_type: ControlType,
|
||||
// control options
|
||||
pub vertical_strafing: bool,
|
||||
pub sideways_driving: bool,
|
||||
pub tracks_turn_on_spot: bool,
|
||||
// end control options
|
||||
pub mastery_level: u32,
|
||||
pub bay_skin_id: String,
|
||||
pub death_animation_id: String,
|
||||
pub spawn_animation_id: String,
|
||||
pub weapon_order: String, // csv?
|
||||
pub robot_data: Vec<u8>,
|
||||
pub colour_data: Vec<u8>,
|
||||
|
||||
Reference in New Issue
Block a user