File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ))
2828class PlayAnimationContainer extends BaseEventContainer
2929{
3030 public function new (state : CameraEditorState )
Original file line number Diff line number Diff 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 )
2424class ChartEditorCommandPalette extends Panel
2525{
Original file line number Diff line number Diff 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' ))
2323class ChartEditorCommentPanel extends Panel
2424{
2525 var chartEditorState : ChartEditorState ;
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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' ))
1616class ChartEditorColorPicker extends ChartEditorBaseDialog
1717{
1818 /**
You can’t perform that action at this time.
0 commit comments