Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
[pyrecious @ inform@tiker.net-20061024055934-f85e8b40087be3f6]
Browse files Browse the repository at this point in the history
Fixed make_gems. Added .bzrignore.
  • Loading branch information
inducer committed Oct 24, 2006
1 parent f5305be commit c375b25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .bzrignore
@@ -0,0 +1,3 @@
graphics/gems/*.png
graphics/backdrops/,*
Memory.Log
4 changes: 2 additions & 2 deletions graphics/make_gems
Expand Up @@ -23,7 +23,7 @@ function render()

function animation()
{
filename=$1
local filename=$1
shift

index=0
Expand All @@ -37,7 +37,7 @@ function animation()

function litanimation()
{
filename=$1
local filename=$1
shift

animation "gems/$filename" "$@" 0.3
Expand Down

0 comments on commit c375b25

Please sign in to comment.