Skip to content
Snippets Groups Projects
Commit 1bb8e193 authored by dg's avatar dg
Browse files

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@2849 51575b47-30f0-44d4-a5cc-537603b46e54
parent f1114c53
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ local Savefile = require "engine.Savefile"
module(..., package.seeall, class.inherit(Dialog))
function _M:init()
Dialog.init(self, "Load Game", game.w, game.h)
Dialog.init(self, "Load Game", game.w * 0.8, game.h * 0.8)
local list = Module:listSavefiles()
......
......@@ -28,7 +28,7 @@ local Button = require "engine.ui.Button"
module(..., package.seeall, class.inherit(Dialog))
function _M:init()
Dialog.init(self, "New Game", game.w, game.h)
Dialog.init(self, "New Game", game.w * 0.8, game.h * 0.8)
self.c_desc = Textzone.new{width=math.floor(self.iw / 3 * 2 - 10), height=self.ih, text=""}
......
game/modules/tome/data/gfx/shockbolt/object/spellbook.png

5.67 KiB

......@@ -27,6 +27,7 @@ local Stats = require"engine.interface.ActorStats"
newEntity{ base = "BASE_SCROLL", subtype="tome",
power_source = {arcane=true},
name = "Tome of Wildfire", unided_name = "burning book", unique=true, no_unique_lore=true,
image = "object/spellbook.png",
color = colors.VIOLET,
level_range = {35, 45},
rarity = 200,
......@@ -50,6 +51,7 @@ newEntity{ base = "BASE_SCROLL", subtype="tome",
newEntity{ base = "BASE_SCROLL", subtype="tome",
power_source = {arcane=true},
name = "Tome of Uttercold", unided_name = "frozen book", unique=true, no_unique_lore=true,
image = "object/spellbook.png",
color = colors.VIOLET,
level_range = {35, 45},
rarity = 200,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment