This website works better with JavaScript.
Explore
Help
Sign In
AM2R-Community-Developers
/
AM2R-Community-Updates
mirror of
https://github.com/AM2R-Community-Developers/AM2R-Community-Updates
Watch
1
Star
0
Fork
You've already forked AM2R-Community-Updates
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
da43d80dbc
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'da43d80dbc'
${ noResults }
AM2R-Community-Updates
/
scripts
/
show_all_map.gml
11 lines
136 B
Raw
Blame
History
/// show_all_map()
i = 0;
repeat (80) {
j = 0;
repeat (80) {
global.dmap[i, j] = 1;
j += 1;
}
i += 1;
}
Reference in new issue
View Git Blame
Copy Permalink