summary refs log tree commit diff stats
path: root/src/renderer.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-16 11:53:46 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-16 11:53:46 -0400
commit8713d03831226dcd559c6a1e2b1c7b0d7c660bac (patch)
treefd0c1e7ff253e3c69646d727bc49a112a71f5ca9 /src/renderer.h
parent4b52f51404aca45a7d5d8e5998649ff67df97bbd (diff)
downloadether-8713d03831226dcd559c6a1e2b1c7b0d7c660bac.tar.gz
ether-8713d03831226dcd559c6a1e2b1c7b0d7c660bac.tar.bz2
ether-8713d03831226dcd559c6a1e2b1c7b0d7c660bac.zip
added signs (which can't be read yet)
Diffstat (limited to 'src/renderer.h')
-rw-r--r--src/renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index 1364550..de1e125 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -137,6 +137,7 @@ private:
137 texture_ptr playerSheet_; 137 texture_ptr playerSheet_;
138 texture_ptr tileset_; 138 texture_ptr tileset_;
139 texture_ptr lamp_; 139 texture_ptr lamp_;
140 texture_ptr readInstruction_;
140 141
141 std::array<texture_ptr, NUM_TITLES> titles_; 142 std::array<texture_ptr, NUM_TITLES> titles_;
142 std::array<int, NUM_TITLES> titleWidths_; 143 std::array<int, NUM_TITLES> titleWidths_;