Proper Space Soccer sheet + minor text rewrites
can prolly pr now. lemme figure that out
This commit is contained in:
parent
6bcf4ad5a4
commit
4009c16849
Binary file not shown.
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 443 KiB |
1657
Assets/Bundled/Games/SpaceSoccer/spaceSoccer_main.png.meta
Normal file
1657
Assets/Bundled/Games/SpaceSoccer/spaceSoccer_main.png.meta
Normal file
File diff suppressed because it is too large
Load diff
|
@ -107,9 +107,9 @@ namespace HeavenStudio.Games.Loaders
|
||||||
defaultLength = 0.5f,
|
defaultLength = 0.5f,
|
||||||
parameters = new List<Param>()
|
parameters = new List<Param>()
|
||||||
{
|
{
|
||||||
new Param("outfit", SpaceSoccer.kickerLavender, "Outfit Color", "Set the color at the start of the event."),
|
new Param("outfit", SpaceSoccer.kickerLavender, "Outfit Color", "Set the color of the kicker's outfit."),
|
||||||
new Param("boots", SpaceSoccer.kickerPurple, "Boots Color", "Set the color at the start of the event."),
|
new Param("boots", SpaceSoccer.kickerPurple, "Boots Color", "Set the color of the kicker's boots. This color is also used for the kicker's joints and eyebrows."),
|
||||||
new Param("skin", Color.white, "Skin Color", "Set the color at the start of the event."),
|
new Param("skin", Color.white, "Skin Color", "Set the color of the kicker's skin."),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new GameAction("changePlat", "Platform Appearance")
|
new GameAction("changePlat", "Platform Appearance")
|
||||||
|
@ -118,11 +118,11 @@ namespace HeavenStudio.Games.Loaders
|
||||||
defaultLength = 0.5f,
|
defaultLength = 0.5f,
|
||||||
parameters = new List<Param>()
|
parameters = new List<Param>()
|
||||||
{
|
{
|
||||||
new Param("top", SpaceSoccer.platTop, "Top Color", "Set the color at the start of the event."),
|
new Param("top", SpaceSoccer.platTop, "Top Color", "Set the color of the platform's top."),
|
||||||
new Param("side", SpaceSoccer.platSide, "Side Color", "Set the color at the start of the event."),
|
new Param("side", SpaceSoccer.platSide, "Side Color", "Set the color of the platform's side."),
|
||||||
new Param("outline", SpaceSoccer.platOutline, "Outline Color", "Set the color at the start of the event."),
|
new Param("outline", SpaceSoccer.platOutline, "Outline Color", "Set the color of the platform's outline."),
|
||||||
new Param("flame", SpaceSoccer.kickerLavender, "Flame Color", "Set the color at the start of the event."),
|
new Param("flame", SpaceSoccer.kickerLavender, "Flame Color", "Set the color of the flame."),
|
||||||
new Param("mid", SpaceSoccer.fireYellow, "Flame Middle Color", "Set the color at the start of the event."),
|
new Param("mid", SpaceSoccer.fireYellow, "Flame Middle Color", "Set the color of the middle of the flame."),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -124,14 +124,14 @@ namespace HeavenStudio.Games.Loaders
|
||||||
resizable = true,
|
resizable = true,
|
||||||
parameters = new List<Param>()
|
parameters = new List<Param>()
|
||||||
{
|
{
|
||||||
new Param("extStart", TheDazzles.defaultExteriorColor, "Exterior Start", "Set the color of the boxes' exterior."),
|
new Param("extStart", TheDazzles.defaultExteriorColor, "Exterior Start", "Set the color of the boxes' exterior at the start of the event."),
|
||||||
new Param("extEnd", TheDazzles.defaultExteriorColor, "Exterior End", "Set the color of the boxes' exterior."),
|
new Param("extEnd", TheDazzles.defaultExteriorColor, "Exterior End", "Set the color of the boxes' exterior at the end of the event."),
|
||||||
new Param("intStart", TheDazzles.defaultInteriorColor, "Interior Start", "Set the color of the boxes' interiors."),
|
new Param("intStart", TheDazzles.defaultInteriorColor, "Interior Start", "Set the color of the boxes' interiors at the start of the event."),
|
||||||
new Param("intEnd", TheDazzles.defaultInteriorColor, "Interior End", "Set the color of the boxes' interiors."),
|
new Param("intEnd", TheDazzles.defaultInteriorColor, "Interior End", "Set the color of the boxes' interiors exterior at the end of the event."),
|
||||||
new Param("wallStart", TheDazzles.defaultWallColor, "Walls Start", "Set the color of the boxes' walls."),
|
new Param("wallStart", TheDazzles.defaultWallColor, "Walls Start", "Set the color of the boxes' walls at the start of the event."),
|
||||||
new Param("wallEnd", TheDazzles.defaultWallColor, "Walls End", "Set the color of the boxes' walls."),
|
new Param("wallEnd", TheDazzles.defaultWallColor, "Walls End", "Set the color of the boxes' walls exterior at the end of the event."),
|
||||||
new Param("roofStart", TheDazzles.defaultRoofColor, "Roof Start", "Set the color of the boxes' roofs."),
|
new Param("roofStart", TheDazzles.defaultRoofColor, "Roof Start", "Set the color of the boxes' roofs at the start of the event."),
|
||||||
new Param("roofEnd", TheDazzles.defaultRoofColor, "Roof End", "Set the color of the boxes' roofs."),
|
new Param("roofEnd", TheDazzles.defaultRoofColor, "Roof End", "Set the color of the boxes' roofs exterior at the end of the event."),
|
||||||
new Param("ease", Util.EasingFunction.Ease.Linear, "Ease", "Set the easing of the action.")
|
new Param("ease", Util.EasingFunction.Ease.Linear, "Ease", "Set the easing of the action.")
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue