summaryrefslogtreecommitdiffhomepage
path: root/src/character.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-21 10:53:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-21 10:53:49 +0100
commit15bbfc100a79a975f6024d6e2e6522c4e91f2cb5 (patch)
tree1fa630728c14b0973a042b50ec712f1303b82eff /src/character.cpp
parent5dbee173b961792b42596cb792a50624555cc41b (diff)
src, draw: work on depth and z offsets
Diffstat (limited to 'src/character.cpp')
-rw-r--r--src/character.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character.cpp b/src/character.cpp
index f43c976b..08de4e99 100644
--- a/src/character.cpp
+++ b/src/character.cpp
@@ -96,6 +96,8 @@ void character::set_keys(bool L, bool R, bool U, bool D)
b_D = D;
}
+Vector2 character::depth_offset() const { return {}; }
+
Vector2 character::ordinal_offset(Vector2b offset) const
{
return Vector2(offset);