mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
adding isHud to disable camera
This commit is contained in:
@ -19,6 +19,10 @@ abstract class Component {
|
||||
bool destroy() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isHud() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
abstract class PositionComponent extends Component {
|
||||
|
||||
Reference in New Issue
Block a user