enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/data models-2d.lua,1.111,1.112


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/data models-2d.lua,1.111,1.112
Date: Mon, 27 Oct 2003 22:09:46 +0000

Update of /cvsroot/enigma/enigma/data
In directory subversions:/tmp/cvs-serv3297/data

Modified Files:
        models-2d.lua 
Log Message:
New model for st-switch (with animation)


Index: models-2d.lua
===================================================================
RCS file: /cvsroot/enigma/enigma/data/models-2d.lua,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** models-2d.lua       24 Oct 2003 14:53:55 -0000      1.111
--- models-2d.lua       27 Oct 2003 22:09:44 -0000      1.112
***************
*** 392,396 ****
      "it-landmine",
      "it-hstrip",
!     "it-vstrip"
  }
  
--- 392,397 ----
      "it-landmine",
      "it-hstrip",
!     "it-vstrip",
!     "it-booze",
  }
  
***************
*** 676,682 ****
  def_stone("st-woven")
  def_stone("st-brick_magic", nil, {filename="st-brick"})
! def_subimages("st-switch", {h=2, modelname="st-switchfg"})
! def_roundstone("st-switch1", "st-switchfg1")
! def_roundstone("st-switch2", "st-switchfg2")
  def_stone("st-switch_black2", nil, {filename="st-switch_black2"})
  def_stone("st-switch_black1", nil, {filename="st-switch_black1"})
--- 677,692 ----
  def_stone("st-woven")
  def_stone("st-brick_magic", nil, {filename="st-brick"})
! 
! do
!     local n = def_subimages("st-switch", {h=3, modelname="st-switchfg"})
!     local f = buildframes(n, 60)
!     def_roundstone("st-switch-off", "st-switchfg1")
!     def_roundstone("st-switch-on", "st-switchfg3")
!     def_anim("switch-turnon", f)
!     def_anim("switch-turnoff", reverseframes(f))
!     def_roundstone("st-switch-turnon", "switch-turnon")
!     def_roundstone("st-switch-turnoff", "switch-turnoff")
! end
! 
  def_stone("st-switch_black2", nil, {filename="st-switch_black2"})
  def_stone("st-switch_black1", nil, {filename="st-switch_black1"})





reply via email to

[Prev in Thread] Current Thread [Next in Thread]