You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
button1=Button(crea,command=crea_wave_g,text='Wave And Grass Landform',font=('minecraft',14),width=25,height=1,foreground='white',background='grey',activeforeground='white',activebackground='#707070')
33
33
button2=Button(crea,command=crea_flat_g,text='Flat And Grass Landform',font=('minecraft',14),width=25,height=1,foreground='white',background='grey',activeforeground='white',activebackground='#707070')
@@ -51,11 +51,11 @@ def random_landform():
51
51
52
52
surv.geometry('450x250')
53
53
surv.iconbitmap('_internal/icon/icon.ico')
54
-
surv.title('MINECRAFT 1.0.0.50 - New World - Survival')
54
+
surv.title('MINECRAFT 2.0.0.57 - New World - Survival')
button2=Button(root ,text='Open World (Will Be Open)',font=('minecraft',20),width=30,height=1,foreground='white',background='#505050',activeforeground='white',activebackground='#505050')
button2=Button(root,command=open_game,text='Open A Game',font=('minecraft',20),width=30,height=1,foreground='white',background='grey',activeforeground='white',activebackground='#707070')
0 commit comments