Move scale command to content and turn it into a toolshed command (#39349)
* scale command * fix namespaces
This commit is contained in:
@@ -96,3 +96,11 @@ command-description-xenoartifact-unlockAllNodes =
|
||||
Unlocks all nodes of artifact.
|
||||
command-description-jobboard-completeJob =
|
||||
Completes a given salvage job board job for the station.
|
||||
command-description-scale-set =
|
||||
Sets an entity's sprite size to a certain scale (without changing its fixture).
|
||||
command-description-scale-get =
|
||||
Get an entity's sprite scale as set by ScaleVisualsComponent. Does not include any changes directly made in the SpriteComponent.
|
||||
command-description-scale-multiply =
|
||||
Multiply an entity's sprite size with a certain factor (without changing its fixture).
|
||||
command-description-scale-multiplywithfixture =
|
||||
Multiply an entity's sprite size with a certain factor (including its fixture).
|
||||
|
||||
Reference in New Issue
Block a user