Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/sprite crop #73

Merged
merged 11 commits into from
Aug 11, 2024

Editor syncs with inputs

84ab408
Select commit
Loading
Failed to load commit list.
Merged

Feature/sprite crop #73

Editor syncs with inputs
84ab408
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 11, 2024 in 1s

22.48% of diff hit (target 47.08%)

View this Pull Request on Codecov

22.48% of diff hit (target 47.08%)

Annotations

Check warning on line 21 in src/Component/Animation.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Component/Animation.jl#L21

Added line #L21 was not covered by tests

Check warning on line 760 in src/Main.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Main.jl#L760

Added line #L760 was not covered by tests

Check warning on line 766 in src/Main.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Main.jl#L766

Added line #L766 was not covered by tests

Check warning on line 16 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L16

Added line #L16 was not covered by tests

Check warning on line 39 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L39

Added line #L39 was not covered by tests

Check warning on line 194 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L194

Added line #L194 was not covered by tests

Check warning on line 218 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L217-L218

Added lines #L217 - L218 were not covered by tests

Check warning on line 222 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L220-L222

Added lines #L220 - L222 were not covered by tests

Check warning on line 225 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L225

Added line #L225 was not covered by tests

Check warning on line 231 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L227-L231

Added lines #L227 - L231 were not covered by tests

Check warning on line 234 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L234

Added line #L234 was not covered by tests

Check warning on line 236 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L236

Added line #L236 was not covered by tests

Check warning on line 238 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L238

Added line #L238 was not covered by tests

Check warning on line 240 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L240

Added line #L240 was not covered by tests

Check warning on line 245 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L244-L245

Added lines #L244 - L245 were not covered by tests

Check warning on line 248 in src/editor/JulGameEditor/Components/ComponentInputs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/ComponentInputs.jl#L248

Added line #L248 was not covered by tests

Check warning on line 34 in src/editor/JulGameEditor/Components/MainMenuBar.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/MainMenuBar.jl#L34

Added line #L34 was not covered by tests

Check warning on line 10 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L7-L10

Added lines #L7 - L10 were not covered by tests

Check warning on line 15 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L12-L15

Added lines #L12 - L15 were not covered by tests

Check warning on line 20 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 24 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 27 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L27

Added line #L27 was not covered by tests

Check warning on line 30 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 33 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L33

Added line #L33 was not covered by tests

Check warning on line 35 in src/editor/JulGameEditor/Components/SpriteViewer.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/editor/JulGameEditor/Components/SpriteViewer.jl#L35

Added line #L35 was not covered by tests