Home
last modified time | relevance | path

Searched refs:tile_horizontally_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/storyscreen/
H A Dpart.cpp65 , tile_horizontally_(false) in background_layer()
76 , tile_horizontally_(false) in background_layer()
101 tile_horizontally_ = cfg["tile"].to_bool(false); in background_layer()
108 tile_horizontally_ = cfg["tile_horizontally"].to_bool(false); in background_layer()
H A Dpart.hpp154 return tile_horizontally_; in tile_horizontally()
160 tile_horizontally_ = b; in set_tile_horizontally()
214 bool tile_horizontally_; member in storyscreen::background_layer