mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Cloud support / Dropbox OAuth reference client (#659)
* bioms shouldn't be masked or the style selection box is useless * fix: misleading comment * Fix: calculating absolute flux from precipitation normal-value. * Fix: River automatic rerender on regeneration. * Dropbox OAuth implementation and Cloud framework * add some space * removing unnecessary logs, defer script load Created by: Mészáros Gergely <monk@geotronic.hu>
This commit is contained in:
parent
e55588f313
commit
948a7ed3a1
5 changed files with 196 additions and 65 deletions
|
|
@ -702,11 +702,7 @@ function showSavePane() {
|
|||
$("#saveMapData").dialog({
|
||||
title: "Save map",
|
||||
resizable: false,
|
||||
<<<<<<< HEAD
|
||||
width: "25em",
|
||||
=======
|
||||
width: "27em",
|
||||
>>>>>>> f557701e (dropbox - import changes from alpha)
|
||||
position: {my: "center", at: "center", of: "svg"},
|
||||
buttons: {
|
||||
Close: function () {
|
||||
|
|
@ -747,11 +743,7 @@ async function showLoadPane() {
|
|||
$("#loadMapData").dialog({
|
||||
title: "Load map",
|
||||
resizable: false,
|
||||
<<<<<<< HEAD
|
||||
width: "24em",
|
||||
=======
|
||||
width: "22em",
|
||||
>>>>>>> f557701e (dropbox - import changes from alpha)
|
||||
position: {my: "center", at: "center", of: "svg"},
|
||||
buttons: {
|
||||
Close: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue