From fa3c92dd2e1cd81a0d19dd6a30ed76e816a591ea Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Tue, 8 Jan 2013 18:00:08 -0430 Subject: [PATCH] Request a fullscreen window on PC's. --- main.py | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/main.py b/main.py index 5159ff6..b7e76fd 100644 --- a/main.py +++ b/main.py @@ -1,19 +1,6 @@ -################################################################################### -# Copyright (c) 2013, Miguel Angel Astor Romero # -# All rights reserved. # -# # -# Redistribution and use in source and binary forms, with or without # -# modification, are permitted provided that the following conditions are met: # -# # -# *) Redistributions of source code must retain the above # -# copyright notice, this list of conditions and the following disclaimer. # -# *) Redistributions in binary form must reproduce the above copyright notice, # -# this list of conditions and the following disclaimer in the documentation # -# and/or other materials provided with the distribution. # -# # -# -- # -# Created on 1-7-2013. Miguel Angel Astor # -################################################################################### +########################################### +# Created on 1-7-2013. Miguel Angel Astor # +########################################### import pygame try: @@ -46,7 +33,7 @@ def main(): pygame.display.set_caption("Super HUGS Revolution 98") pygame.mouse.set_visible(False) - # Create the main game object and start the main game loop. + # Create the game object and start the main game loop. game = Game(screen) game.game_loop()