-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetpack Module and Cyborg Action Icons for Our Modules (#2857)
* Jetpack and Action Icons * Missed an Commit File * cyborg module can't hold blood-red magboots * Revert "cyborg module can't hold blood-red magboots" This reverts commit 16e650f. * Update Resources/Prototypes/_NF/Entities/Objects/Specific/Robotics/borg_modules.yml Co-authored-by: Dvir <39403717+dvir001@users.noreply.github.com> --------- Co-authored-by: Whatstone <whatston3@gmail.com> Co-authored-by: Dvir <39403717+dvir001@users.noreply.github.com> Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com>
- Loading branch information
1 parent
6d1d643
commit c9f6d40
Showing
12 changed files
with
60 additions
and
2 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
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
Binary file added
BIN
+861 Bytes
Resources/Textures/_NF/Interface/Actions/actions_borg.rsi/adv-drill-module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+721 Bytes
Resources/Textures/_NF/Interface/Actions/actions_borg.rsi/adv-paramed-module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+682 Bytes
Resources/Textures/_NF/Interface/Actions/actions_borg.rsi/jetpack-module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/_NF/Interface/Actions/actions_borg.rsi/meta.json
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-4.0", | ||
"copyright": "Made by GhostPrince for Frontier Station 14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "adv-drill-module" | ||
}, | ||
{ | ||
"name": "adv-paramed-module" | ||
}, | ||
{ | ||
"name": "jetpack-module" | ||
} | ||
] | ||
} |
Binary file added
BIN
+303 Bytes
Resources/Textures/_NF/Objects/Specific/Robotics/borgmodule.rsi/icon-jetpack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -10,6 +10,9 @@ | |
{ | ||
"name": "icon-advancedmining" | ||
}, | ||
{ | ||
"name": "icon-jetpack" | ||
}, | ||
{ | ||
"name": "icon-paramedic" | ||
} | ||
|