Change frame_coords to Vector2i
This commit is contained in:
@@ -109,8 +109,8 @@ public:
|
||||
void set_frame(int p_frame);
|
||||
int get_frame() const;
|
||||
|
||||
void set_frame_coords(const Vector2 &p_coord);
|
||||
Vector2 get_frame_coords() const;
|
||||
void set_frame_coords(const Vector2i &p_coord);
|
||||
Vector2i get_frame_coords() const;
|
||||
|
||||
void set_vframes(int p_amount);
|
||||
int get_vframes() const;
|
||||
|
||||
Reference in New Issue
Block a user