forked from space-wizards/RobustToolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/space-wizards/RobustToolbox…
… into pr/5185
- Loading branch information
Showing
133 changed files
with
2,512 additions
and
2,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# debug related entities | ||
- type: entityCategory | ||
id: debug | ||
id: Debug | ||
name: entity-category-name-debug | ||
description: entity-category-desc-debug | ||
suffix: entity-category-suffix-debug | ||
|
||
# entities that spawn other entities | ||
- type: entityCategory | ||
id: spawner | ||
id: Spawner | ||
name: entity-category-name-spawner | ||
description: entity-category-desc-spawner | ||
|
||
# entities that should be hidden from the spawn menu | ||
# simple category that just exists to hide prototypes in spawn menus | ||
- type: entityCategory | ||
id: hideSpawnMenu | ||
id: HideSpawnMenu | ||
name: entity-category-name-hide | ||
description: entity-category-desc-hide | ||
hideSpawnMenu: true | ||
inheritable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
entity-category-name-debug = Debug | ||
entity-category-desc-debug = Entity prototypes intended for debugging & testing. | ||
entity-category-suffix-debug = Debug | ||
entity-category-name-spawner = Spawner | ||
entity-category-desc-spawner = Entity prototypes that spawn other entities. | ||
entity-category-name-hide = Hidden | ||
entity-category-desc-hide = Entity prototypes that should be hidden from the spawn menu | ||
entity-category-desc-hide = Entity prototypes that should be hidden from entity spawn menus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.