Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Sep 25, 2023
1 parent c05b302 commit 228e2fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/ui/tweaker/inputhandlers/ButtonsInputHandler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CreateButtons from './utils/CreateButtons.js';
import CreateLabel from './utils/CreateLabel.js';
import DeepClone from '../../../../plugins/utils/object/DeepClone.js';
import { GetOptionIndex } from '../utils/OptionsMethods.js';
import { GetOptionIndex } from './utils/OptionsMethods.js';
import SetButtonsActiveStateByIndex from './utils/SetButtonsActiveState.js';

const GetValue = Phaser.Utils.Objects.GetValue;
Expand Down
2 changes: 1 addition & 1 deletion templates/ui/tweaker/inputhandlers/ListInputHandler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CreateDropDownList from './utils/CreateDropDownList.js';
import { GetOptionText } from '../utils/OptionsMethods.js';
import { GetOptionText } from './utils/OptionsMethods.js';

var SetOptions = function (gameObject, options) {
var list = gameObject.getElement('list');
Expand Down

0 comments on commit 228e2fa

Please sign in to comment.