Skip to content

Commit 628082f

Browse files
author
Marc Robledo
committed
grass editor improved, changed how map importing works
1 parent 89ddf80 commit 628082f

File tree

4 files changed

+235
-213
lines changed

4 files changed

+235
-213
lines changed

acnl_editor.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# last update 2017-02-20
2+
# last update 2017-03-09
33
# these belong to the CACHE block
44
index.html
55
help.html

data/acnl_editor.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Animal Crossing:New Leaf RAM Editor v20170220
2+
Animal Crossing: New Leaf Save Editor v20170309
33
by Marc Robledo 2015-2017
44
*/
55
@font-face{font-family:'Noto Sans';font-style:normal;font-weight:normal;src:local('Noto Sans'),local('NotoSans'),url('./NotoSans.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000}
@@ -337,6 +337,15 @@ span.sprite{display:inline-block;vertical-align:middle}
337337

338338
.room-container .grid{margin-right:10px}
339339

340+
#grass-quads{line-height:0;background-repeat:no-repeat;}
341+
#grass-quads canvas{display:inline-block}
342+
343+
344+
345+
346+
347+
348+
340349

341350

342351

0 commit comments

Comments
 (0)