
com.bladecoder.engine.model.DirtyProps Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blade-engine Show documentation
Show all versions of blade-engine Show documentation
Classic point and click adventure game engine
The newest version!
package com.bladecoder.engine.model;
public enum DirtyProps {
POS, VISIBLE, DESC, ZINDEX, INTERACTION, STATE, LAYER, ROT, SCALEX, SCALEY, TINT, FAKE_DEPTH, BBOX_FROM_RENDERER,
WALKING_SPEED, TEXT_COLOR, TALKING_TEXT_POS, TEXT_STYLE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy