Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Update pkm.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 authored Mar 20, 2022
1 parent bd02955 commit 27dcea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pkm.gd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var form : int
var growth : String
var pokemon_url : String
func _ready():
print(BinaryTranslator.bin_to_int(BinaryTranslator.int_to_bin(2254250705)))
var dir = Directory.new()
print(BinaryTranslator.bin_to_int(BinaryTranslator.int_to_bin(2254250705))) #this is for testing the binary translator by having it convert this number to binary and back
var dir = Directory.new() #instances a new directory object
var path : String = OS.get_executable_path().get_base_dir()+"/pkmdb"
$"Loading Screen".switch("reading")
var user_pokemon
Expand Down

0 comments on commit 27dcea8

Please sign in to comment.