-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
74 additions
and
13 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Resources/Textures/_LostParadise/Decals/wheelchair.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
18 changes: 9 additions & 9 deletions
18
Resources/Textures/_LostParadise/LobbyScreens/attributions.yml
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,44 +1,44 @@ | ||
- files: ["borman.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - bormann64/1070387950791184535" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["teftelka.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Telegram - @push1nkaa" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["amina.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - insulgon/361486758980091916" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["bigmoon.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - canceredpussy/626790677845508146" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["girls.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - canceredpussy/626790677845508146" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["clara.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - the_kira_san/523852516128063519" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["kirashet.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - the_kira_san/523852516128063519" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["darkmoon.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - darkmoonmilkyway/692645506186215425 Vk - @dark_moon_house" | ||
source: "https://discord.gg/v5mGmMzAdB" | ||
|
||
- files: ["breaddot_nukies.png"] | ||
license: "CC BY-NC-ND 4.0" | ||
license: "CC-BY-NC-SA-4.0" | ||
copyright: "Discord - cum_inflation/757254408173125702 TG - breaddotdoodles" | ||
source: "https://discord.gg/v5mGmMzAdB" |
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
File renamed without changes
61 changes: 61 additions & 0 deletions
61
Resources/Textures/_LostParadise/Objects/Weapons/Guns/Battery/soleil.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,61 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "By lost paradise", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "mode-disabler" | ||
}, | ||
{ | ||
"name": "mode-lethal" | ||
}, | ||
{ | ||
"name": "mode-stun" | ||
}, | ||
{ | ||
"name": "mag-unshaded-0" | ||
}, | ||
{ | ||
"name": "mag-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-unshaded-4" | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "disabler-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "disabler-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "lethal-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "lethal-inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |