Adding text colors

This commit is contained in:
AnonymusRaccoon
2020-02-27 11:19:37 +01:00
parent 4fa5699f07
commit ac195e22ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
<gc_entities>
<panel src="assets/sprites/grass.png" x="50%" y="50%" width="100%" height="100%"/>
<text text="DPR tyccoon" x="50%" y="25%"/>
<button text="Start Game" x="50%" y="50%" click="start_button" />
<button text="Start Game" x="50%" y="50%" click="start_button" color="black" />
</gc_entities>
</gc_scene>