Sha256: 9707dac0b00c5f572c5f2f424578aab633e57dfdc3b8bd869349321e6c9b7593

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

_G.buttons = {
  about = {
    defaultSrc = "images/btn_about.png",
    defaultX = 160,
    defaultY = 32,
    overSrc = "images/btn_about_over.png",
    overX = 160,
    overY = 32,
    id = "btnAbout",
    text = "",
    font = "Helvetica",
    textColor = { 255, 255, 255, 255 },
    emboss = false
  },
  help = {
    defaultSrc = "images/btn_help.png",
    defaultX = 160,
    defaultY = 32,
    overSrc = "images/btn_help_over.png",
    overX = 160,
    overY = 32,
    id = "btnHelp",
    text = "",
    font = "Helvetica",
    textColor = { 255, 255, 255, 255 },
    emboss = false
  },
  play = {
    defaultSrc = "images/btn_play.png",
    defaultX = 160,
    defaultY = 32,
    overSrc = "images/btn_play_over.png",
    overX = 160,
    overY = 32,
    id = "btnPlay",
    text = "",
    font = "Helvetica",
    textColor = { 255, 255, 255, 255 },
    emboss = false
  },
  settings = {
    defaultSrc = "images/btn_settings.png",
    defaultX = 160,
    defaultY = 32,
    overSrc = "images/btn_settings_over.png",
    overX = 160,
    overY = 32,
    id = "btnSettings",
    text = "",
    font = "Helvetica",
    textColor = { 255, 255, 255, 255 },
    emboss = false
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nakor-0.0.12 lib/nakor/generators/corona-game-template/init_buttons.lua
nakor-0.0.10 lib/nakor/generators/corona-game-template/init_buttons.lua
nakor-0.0.9 lib/nakor/generators/corona-game-template/init_buttons.lua