You've already forked FullScreenPokemon
mirror of
https://github.com/FullScreenShenanigans/FullScreenPokemon.git
synced 2026-04-28 12:58:40 -07:00
Merge pull request #157 from blingenau/documentation
added allowCycling to screenAttributes
This commit is contained in:
@@ -7,7 +7,9 @@ var FullScreenPokemon;
|
||||
"locationDefault": "Black",
|
||||
"groupTypes": ["Text", "Character", "Solid", "Scenery", "Terrain"],
|
||||
"requireEntrance": true,
|
||||
"screenAttributes": [],
|
||||
"screenAttributes": [
|
||||
"allowCycling"
|
||||
],
|
||||
"screenVariables": {
|
||||
"boundaries": FullScreenPokemon.FullScreenPokemon.prototype.getAreaBoundariesReal,
|
||||
"scrollability": FullScreenPokemon.FullScreenPokemon.prototype.getScreenScrollability,
|
||||
|
||||
@@ -8,7 +8,9 @@ module FullScreenPokemon {
|
||||
"locationDefault": "Black",
|
||||
"groupTypes": ["Text", "Character", "Solid", "Scenery", "Terrain"],
|
||||
"requireEntrance": true,
|
||||
"screenAttributes": [],
|
||||
"screenAttributes": [
|
||||
"allowCycling"
|
||||
],
|
||||
"screenVariables": {
|
||||
"boundaries": FullScreenPokemon.prototype.getAreaBoundariesReal,
|
||||
"scrollability": FullScreenPokemon.prototype.getScreenScrollability,
|
||||
|
||||
Reference in New Issue
Block a user