Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions grounded-py/grounded.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"""
Grounded. Pequeño juego de plataformas.

*
* Copyright (C) Alejandro Santos, 2014, ale@ralo.com.ar.
*
* This program is free software; you can redistribute it and/or modify
Expand All @@ -20,7 +19,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*


"""

import pygame
Expand Down