diagnostic tool fixes
This commit is contained in:
@ -192,9 +192,9 @@ func main() {
|
||||
|
||||
potion2 := controller.CreateEntity([]ecs.Component{})
|
||||
controller.AddComponent(potion2, types.Appearance{
|
||||
Glyph: types.PlainGlyphHolder{"!"},
|
||||
Glyph: types.PlainGlyphHolder{Glyph: "!"},
|
||||
ColorSet: types.TileColorSet{
|
||||
Fg: types.PlainColorHolder{255, 222, 255, 55},
|
||||
Fg: types.PlainColorHolder{A: 255, R: 222, G: 255, B: 55},
|
||||
},
|
||||
})
|
||||
controller.AddComponent(potion2, rooms[1].Center) //implicit Coords
|
||||
|
Reference in New Issue
Block a user