Skip to content

Commit fa91b36

Browse files
committed
Adjust paths
1 parent aaa2a6a commit fa91b36

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/funkin/ui/debug/cameraeditor/components/PlayAnimationContainer.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import haxe.ui.events.UIEvent;
2424
* No ease preview, no `duration` field — base's `getEasePreview()` default
2525
* `null` makes `destroy()` a no-op.
2626
*/
27-
@:build(haxe.ui.macros.ComponentMacros.build('assets/exclude/ui/editors/camera-editor/components/properties/play-animation.xml'))
27+
@:build(haxe.ui.macros.ComponentMacros.build('assets/exclude/data/ui/camera-editor/components/properties/play-animation.xml'))
2828
class PlayAnimationContainer extends BaseEventContainer
2929
{
3030
public function new(state:CameraEditorState)

source/funkin/ui/debug/charting/components/ChartEditorCommandPalette.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using funkin.ui.debug.charting.components.palette.ChartEditorCommandPaletteItemB
1919
*
2020
* @see https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
2121
*/
22-
@:build(haxe.ui.ComponentBuilder.build('assets/exclude/ui/editors/chart-editor/components/command-palette.xml'))
22+
@:build(haxe.ui.ComponentBuilder.build('assets/exclude/data/ui/chart-editor/components/command-palette.xml'))
2323
@:access(funkin.ui.debug.charting.ChartEditorState)
2424
class ChartEditorCommandPalette extends Panel
2525
{

source/funkin/ui/debug/charting/components/ChartEditorCommentPanel.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import funkin.util.ColorUtil;
1919
* The panel that displays the contents of a comment.
2020
*/
2121
@:access(funkin.ui.debug.charting.ChartEditorState)
22-
@:build(haxe.ui.ComponentBuilder.build('assets/exclude/ui/editors/chart-editor/components/comment.xml'))
22+
@:build(haxe.ui.ComponentBuilder.build('assets/exclude/data/ui/chart-editor/components/comment.xml'))
2323
class ChartEditorCommentPanel extends Panel
2424
{
2525
var chartEditorState:ChartEditorState;

source/funkin/ui/debug/charting/components/ChartEditorCommentPinSprite.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ChartEditorCommentPinSprite extends FunkinSprite
4848
*/
4949
function buildSprite():Void
5050
{
51-
loadTexture('ui/editors/chart-editor/comment-pin');
51+
loadTexture('ui/chart-editor/comment-pin');
5252
this.updateHitbox();
5353
this.angle = 270;
5454
}

source/funkin/ui/debug/charting/dialogs/ChartEditorColorPicker.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import flixel.util.FlxTimer;
1212
/**
1313
* A dialog which allows the user to select a color with an intuitive wheel interface.
1414
*/
15-
@:build(haxe.ui.ComponentBuilder.build('assets/exclude/ui/editors/chart-editor/dialogs/color-picker.xml'))
15+
@:build(haxe.ui.ComponentBuilder.build('assets/exclude/data/ui/chart-editor/dialogs/color-picker.xml'))
1616
class ChartEditorColorPicker extends ChartEditorBaseDialog
1717
{
1818
/**

0 commit comments

Comments
 (0)