Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #106 from knowledgenude/master
Browse files Browse the repository at this point in the history
Update Tilesheet.hx
  • Loading branch information
luboslenco authored Oct 14, 2020
2 parents a3e2166 + 57439bd commit ae71205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/iron/object/Tilesheet.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ class Tilesheet {
public var tileY = 0.0;

public var raw: TTilesheetData;
var action: TTilesheetAction = null;
public var action: TTilesheetAction = null;
var ready: Bool;

var paused = false;
var frame = 0;
public var paused = false;
public var frame = 0;
var time = 0.0;
var onActionComplete: Void->Void = null;

Expand Down

0 comments on commit ae71205

Please sign in to comment.