gel.world: Work on dsa.

This commit is contained in:
Rod Kay
2023-11-17 15:09:14 +11:00
parent fa02760f9c
commit c921b638a1
8 changed files with 207 additions and 116 deletions

View File

@@ -23,6 +23,11 @@ is
use lace.Event.utility;
procedure log (Message : in String := "")
renames ada.Text_IO.put_Line;
procedure my_context_Setter
is
begin
@@ -56,6 +61,7 @@ is
the_Sprite : gel.Sprite.view;
begin
log ("gel.applet.add_new_Sprite.respond");
the_Sprite := Self.Applet.World (the_Event.World_Id).fetch_Sprite (the_event.Sprite_Id);
the_Sprite.is_Visible (True);