Skip to content

Commit

Permalink
Botón Go-Back y créditos de tipografía
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Jan 14, 2015
1 parent b25cd0d commit e703c6b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GameView.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self):
grupo1 = gtk.Alignment(0.5, 0, 0,0)
butt = gtk.Button()
img = gtk.Image()
img.set_from_stock(gtk.STOCK_GO_BACK, gtk.ICON_SIZE_DIALOG)
img.set_from_file("Imagenes/go_back_disabled.png")
butt.set_image(img)
butt.set_label("")
butt.modify_bg(gtk.STATE_NORMAL, COLORES["toolbar"])
Expand Down
Binary file added Iconos/icono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imagenes/go_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Imagenes/go_back_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ Fotografía tomada con licencia de [Wikipedia](http://wikipedia.org/).

#### Biblioteca para Videojuegos: ["Spyral"](http://platipy.org/) GPLv2.1
© 2014 Robert Deaton, Austin Bart.

### Tipografías

Logotipos y títulos elaborados en *Decade*, de "Anthem Type" (Joey Nelson)

0 comments on commit e703c6b

Please sign in to comment.