24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
note
|
|
description: "[
|
|
Class used in {VITP_GAME}, Victory in the Pacific, to diplay
|
|
the outline of a unit (e.g. {SHIP}, {AMPHIBOUSE_UNIT}, etc.)
|
|
on an {ATTACK_UNIT_WIDGET}.
|
|
]"
|
|
author: "Jimmy J. Johnson"
|
|
date: "3/14/24"
|
|
copyright: "Copyright (c) 2021, Jimmy J. Johnson"
|
|
license: "Eiffel Forum v2 (http://www.eiffel.com/licensing/forum.txt)"
|
|
|
|
class
|
|
SILHOUETTE
|
|
|
|
inherit
|
|
|
|
EV_MODEL_POLYGON
|
|
|
|
create
|
|
default_create,
|
|
make_with_coordinates
|
|
|
|
end
|