mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
UserInterface with TextMessages implemented.
This commit is contained in:
10
js/ui/TextMessageMrCroc.js
Normal file
10
js/ui/TextMessageMrCroc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import TextMessage from "./TextMessage.js";
|
||||
|
||||
export default class TextMessageMrCroc extends TextMessage
|
||||
{
|
||||
constructor(text, context) {
|
||||
super(text, context);
|
||||
this.colorText = '#15de00';
|
||||
this.render();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user