aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testentities/textures
ModeNameSize
-rw-r--r--testentities_armorball.png561logplain
-rw-r--r--testentities_callback.png156logplain
-rw-r--r--testentities_callback_step.png166logplain
-rw-r--r--testentities_cube1.png130logplain
-rw-r--r--testentities_cube2.png128logplain
-rw-r--r--testentities_cube3.png124logplain
-rw-r--r--testentities_cube4.png126logplain
-rw-r--r--testentities_cube5.png126logplain
-rw-r--r--testentities_cube6.png126logplain
-rw-r--r--testentities_dungeon_master.png2855logplain
-rw-r--r--testentities_sprite.png120logplain
-rw-r--r--testentities_upright_sprite1.png114logplain
-rw-r--r--testentities_upright_sprite2.png119logplain
href='#n274'>274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
--Minetest
--Copyright (C) 2014 sapier
--
--This program is free software; you can redistribute it and/or modify
--it under the terms of the GNU Lesser General Public License as published by
--the Free Software Foundation; either version 2.1 of the License, or
--(at your option) any later version.
--
--This program is distributed in the hope that it will be useful,
--but WITHOUT ANY WARRANTY; without even the implied warranty of
--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--GNU Lesser General Public License for more details.
--
--You should have received a copy of the GNU Lesser General Public License along
--with this program; if not, write to the Free Software Foundation, Inc.,
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

--------------------------------------------------------------------------------
local function get_formspec(tabview, name, tabdata)
	-- Update the cached supported proto info,
	-- it may have changed after a change by the settings menu.
	common_update_cached_supp_proto()
	local fav_selected = nil
	if menudata.search_result then