Changeset 3d64884 in lost-haven for gamegui/Listable.java


Ignore:
Timestamp:
Feb 23, 2021, 1:58:57 AM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
master
Children:
8e945fc
Parents:
4d8825f
Message:

Fix a bug involving player movement and another involving inventory rendering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gamegui/Listable.java

    r4d8825f r3d64884  
    55public interface Listable {
    66
    7   void draw(int paramInt1, int paramInt2, Graphics paramGraphics);
     7  void draw(int x, int y, Graphics g);
    88  int getHeight();
    99  int getWidth();
Note: See TracChangeset for help on using the changeset viewer.