Skip to content

Commit 5186ff8

Browse files
authored
Nitpicking on A horn plugin
1 parent 98e6ba2 commit 5186ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ahorn/entities/spikeJumpThruController.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using ..Ahorn, Maple
55
@mapdef Entity "SpringCollab2020/SpikeJumpThroughController" SpikeJumpThroughController(x::Integer, y::Integer, persistent::Bool=false)
66

77
const placements = Ahorn.PlacementDict(
8-
"Spiked Jump Through Controller (SpringCollab2020)" => Ahorn.EntityPlacement(
8+
"Spiked Jump Through Controller (Spring Collab 2020)" => Ahorn.EntityPlacement(
99
SpikeJumpThroughController,
1010
"point"
1111
)
@@ -20,7 +20,7 @@ function Ahorn.selection(entity::SpikeJumpThroughController)
2020
end
2121

2222
function Ahorn.render(ctx::Ahorn.Cairo.CairoContext, entity::SpikeJumpThroughController, room::Maple.Room)
23-
Ahorn.drawSprite(ctx, sprite, 0, -0)
23+
Ahorn.drawSprite(ctx, sprite, 0, 0)
2424
end
2525

26-
end
26+
end

0 commit comments

Comments
 (0)