Skip to content

Commit

Permalink
128th landmine resprite (#514)
Browse files Browse the repository at this point in the history
* Landmine resprite

* Revert "Landmine resprite"

* Landmine resprite

Resprited default SS14 land mine to look similar to Fallout frag mine (Fallout 3 and further):
https://static.wikia.nocookie.net/fallout/images/c/c4/FragMine.png/revision/latest?cb=20110209084434

* Create landmine.rsi

* Delete Resources/Textures/_Nuclear14/Objects/Misc/landmine.rsi

* Create githate.txt

* Add files via upload

* Update land_mine.yml

* Add files via upload

* Update meta.json

* Delete Resources/Textures/_Nuclear14/Objects/Misc/landmine.rsi/githate.txt
  • Loading branch information
128th committed Sep 18, 2024
1 parent 8dc036c commit 6df11f1
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Misc/land_mine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- LowImpassable
- type: Sprite
drawdepth: Items
sprite: Objects/Misc/landmine.rsi
sprite: _Nuclear14/Objects/Misc/landmine.rsi
state: landmine
- type: Damageable
damageContainer: Inorganic
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Objects/Misc/landmine.rsi/landmine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions Resources/Textures/_Nuclear14/Objects/Misc/landmine.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by 128th",
"states": [
{
"name": "landmine",
"delays": [
[
0.4,
0.15,
0.1
]
]
},
{
"name": "landmine-inactive"
}
]
}

0 comments on commit 6df11f1

Please sign in to comment.