Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created April 30, 2021 04:28
Show Gist options
  • Save triacontane/1b763ed81b5d4426a06146878468c1db to your computer and use it in GitHub Desktop.
Save triacontane/1b763ed81b5d4426a06146878468c1db to your computer and use it in GitHub Desktop.
ゲージの長さ変更
(()=> {
'use strict';
Sprite_Gauge.prototype.bitmapWidth = function() {
return 200;
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment