comparison libadventure/adventure/state/mainmenu.c @ 212:ddfe0a211169

rpg: experiment with map teleport
author David Demelier <markand@malikania.fr>
date Mon, 16 Nov 2020 14:26:13 +0100
parents 852d0b7817ce
children 64f24b482722
comparison
equal deleted inserted replaced
211:adcbb7ccfdee 212:ddfe0a211169
191 /* TODO: a sword here. */ 191 /* TODO: a sword here. */
192 painter_set_color(0x000000ff); 192 painter_set_color(0x000000ff);
193 painter_draw_rectangle( 193 painter_draw_rectangle(
194 main->texts[main->itemsel].x - 30, 194 main->texts[main->itemsel].x - 30,
195 main->texts[main->itemsel].y + 11, 15, 15); 195 main->texts[main->itemsel].y + 11, 15, 15);
196 painter_present();
196 } 197 }
197 198
198 static void 199 static void
199 finish(struct state *state) 200 finish(struct state *state)
200 { 201 {