Better Presentation

master
Manuel González 2021-04-12 22:15:00 -04:00 committed by GitHub
parent 381d4b0c4f
commit 6d3c136c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ extends Node
# var b = "text"
var PositionMouseCalculed = Vector2()
var ClickMouse = 0 #0 none, 1 izq, 2 der
var Paused = false
var Paused = true
# Called when the node enters the scene tree for the first time.

View File

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/windows/GameOfLife.exe"
export_path="export/win64/GameOfLife.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
@ -50,7 +50,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/Linux/64/GameOfLife.x86_64"
export_path="export/linux64/GameOfLife.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
@ -99,7 +99,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/Linux/32/GameOfLife.x86"
export_path="export/linux32/GameOfLife.x86"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""