Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/rsi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"CC-BY-NC-SA-3.0",
"CC-BY-NC-SA-4.0",
"Metro-14 CLA",
"Stalker14 CLA",
"CC0-1.0"
],
"examples":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
mode: SnapgridCenter
components:
- type: Transform
anchored: true
anchored: false
- type: Physics
bodyType: Static
- type: InteractionOutline
Expand Down
1 change: 1 addition & 0 deletions Schemas/rga_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class License(Validator):
"CC0-1.0",
"MIT",
"Metro-14 CLA",
"Stalker14 CLA",
"Custom" # implies that the license is described in the copyright field.
]

Expand Down
1 change: 1 addition & 0 deletions Schemas/rsi.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"CC-BY-NC-SA-3.0",
"CC-BY-NC-SA-4.0",
"Metro-14 CLA",
"Stalker14 CLA",
"CC0-1.0"
],
"examples": [
Expand Down
Loading