https://github.com/ferhatgec/wgsd
when gech stores data, a data interface for gechland game
https://github.com/ferhatgec/wgsd
data-interface gdscript gech gechland
Last synced: 7 months ago
JSON representation
when gech stores data, a data interface for gechland game
- Host: GitHub
- URL: https://github.com/ferhatgec/wgsd
- Owner: ferhatgec
- License: mit
- Created: 2022-02-01T20:43:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T00:56:40.000Z (about 4 years ago)
- Last Synced: 2025-05-31T03:28:05.551Z (9 months ago)
- Topics: data-interface, gdscript, gech, gechland
- Language: GDScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wgsd
## when gech stores data, a data interface for gechland
```python
# only 3 profiles supported in gechland
profile1 =
use_music; true;
last_checkpoint; empty;
character_name; gech;
end; profile1;
profile2 =
empty; true;
end; profile2;
profile3 =
age; 13.5;
end; profile3;
```
### wgsd licensed under the terms of MIT License.