Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created January 17, 2018 18:06
Show Gist options
  • Save triacontane/73e20302370c1bd3770ad052f15e40a0 to your computer and use it in GitHub Desktop.
Save triacontane/73e20302370c1bd3770ad052f15e40a0 to your computer and use it in GitHub Desktop.
ピクチャをコピーするスクリプトです。
var originalId = 1;
var copyId = 2;
var newPicure = JsonEx.makeDeepCopy($gameScreen.picture(originalId));
$gameScreen._pictures[copyId] = newPicure;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment