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.114,1.115


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/data models-2d.lua,1.114,1.115
Date: Wed, 12 Nov 2003 09:26:38 +0000

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

Modified Files:
        models-2d.lua 
Log Message:
- added st-break_gray
- reduced st-timeswitch-anim to 2 frames (loop)



Index: models-2d.lua
===================================================================
RCS file: /cvsroot/enigma/enigma/data/models-2d.lua,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** models-2d.lua       9 Nov 2003 11:40:35 -0000       1.114
--- models-2d.lua       12 Nov 2003 09:26:36 -0000      1.115
***************
*** 1028,1031 ****
--- 1028,1032 ----
  def_roundstone_with_anim ("st-break_acwhite", 10, 50)
  def_roundstone_with_anim ("st-break_acblack", 10, 50)
+ def_roundstone_with_anim ("st-break_gray", 10, 50)
  def_roundstone_with_anim ("st-death", 3, 140)
  
***************
*** 1064,1069 ****
  do
      def_stone("st-timeswitch")
!     local img = def_subimages("st-time1switch", {h=10})
!     def_anim("st-time1switch-anim", buildframes (img, 180))
      def_solidstone("st-time1switch", "st-time1switch-anim")
  end
--- 1065,1070 ----
  do
      def_stone("st-timeswitch")
!     local img = def_subimages("st-time1switch", {h=2})
!     def_anim("st-time1switch-anim", buildframes (img, 180), 1)
      def_solidstone("st-time1switch", "st-time1switch-anim")
  end





reply via email to

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