diff --git a/mods/example/rules/example.yaml b/mods/example/rules/example.yaml index fa775f4..3c361c1 100644 --- a/mods/example/rules/example.yaml +++ b/mods/example/rules/example.yaml @@ -15,3 +15,17 @@ example.colorpicker: Image: example Palette: colorpicker -MapEditorData: + +swat: + Interactable: + Selectable: + HitShape: + BodyOrientation: + QuantizeFacingsFromSequence: + Mobile: + Locomotor: foot + Speed: 56 + RenderSprites: + WithInfantryBody: + MapEditorData: + Categories: Actors diff --git a/mods/example/rules/world.yaml b/mods/example/rules/world.yaml index ec76b45..adecffb 100644 --- a/mods/example/rules/world.yaml +++ b/mods/example/rules/world.yaml @@ -20,6 +20,10 @@ world: Inherits: ^baseworld + Locomotor@foot: + Name: foot + TerrainSpeeds: + Clear: 100 ColorPickerManager: PreviewActor: example.colorpicker CreateMapPlayers: @@ -30,11 +34,18 @@ world: SpawnStartingUnits: StartingUnits@Example: BaseActor: example + SupportActors: swat, swat, swat + InnerSupportRadius: 3 + OuterSupportRadius: 5 Factions: example ClassName: options-starting-units.unlabeled editorworld: Inherits: ^baseworld + Locomotor@foot: + Name: foot + TerrainSpeeds: + Clear: 100 BuildableTerrainOverlay: AllowedTerrainTypes: Palette: diff --git a/mods/example/sequences/assets/swat_die.png b/mods/example/sequences/assets/swat_die.png new file mode 100644 index 0000000..1c72c2b Binary files /dev/null and b/mods/example/sequences/assets/swat_die.png differ diff --git a/mods/example/sequences/assets/swat_idle.png b/mods/example/sequences/assets/swat_idle.png new file mode 100644 index 0000000..d65b929 Binary files /dev/null and b/mods/example/sequences/assets/swat_idle.png differ diff --git a/mods/example/sequences/assets/swat_run.png b/mods/example/sequences/assets/swat_run.png new file mode 100644 index 0000000..8004600 Binary files /dev/null and b/mods/example/sequences/assets/swat_run.png differ diff --git a/mods/example/sequences/assets/swat_shoot.png b/mods/example/sequences/assets/swat_shoot.png new file mode 100644 index 0000000..e05ebc2 Binary files /dev/null and b/mods/example/sequences/assets/swat_shoot.png differ diff --git a/mods/example/sequences/example.yaml b/mods/example/sequences/example.yaml index c35aeab..62bb0e1 100644 --- a/mods/example/sequences/example.yaml +++ b/mods/example/sequences/example.yaml @@ -1,3 +1,21 @@ example: idle: Filename: sequences/assets/example.png + +swat: + stand: + Filename: sequences/assets/swat_idle.png + Facings: 8 + Length: 8 + run: + Filename: sequences/assets/swat_run.png + Facings: 8 + Length: 8 + shoot: + Filename: sequences/assets/swat_shoot.png + Facings: 8 + Length: 8 + die: + Filename: sequences/assets/swat_die.png + Facings: 8 + Length: 8