Commiting...
This commit is contained in:
parent
b85ccca260
commit
cf805b5205
10
item.ads
10
item.ads
@ -6,7 +6,7 @@
|
||||
-- implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
with core;
|
||||
with core, map;
|
||||
|
||||
package item is
|
||||
|
||||
@ -99,4 +99,12 @@ package item is
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
procedure create (this : list;
|
||||
y : map.height;
|
||||
x : map.width);
|
||||
|
||||
procedure render;
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
end item;
|
||||
|
3
main.adb
3
main.adb
@ -26,11 +26,14 @@ begin
|
||||
|
||||
map.generate;
|
||||
|
||||
item.create (item.paperweight, 1, 1);
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
loop
|
||||
map.render;
|
||||
player.render;
|
||||
item.render;
|
||||
core.render_buffer;
|
||||
action.scan;
|
||||
action.list (character'pos (action.signal)).all;
|
||||
|
Loading…
Reference in New Issue
Block a user