Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bradfield committed Nov 12, 2017
1 parent 626ad84 commit c368871
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ extends Node

export (PackedScene) var Mob
var score
var screensize

func _ready():
randomize()
screensize = get_viewport().get_size()

func new_game():
score = 0
Expand Down

0 comments on commit c368871

Please sign in to comment.