Skip to content

Commit

Permalink
Update engine_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kerem3338 authored Aug 14, 2021
1 parent 3d316a2 commit 6999a34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bambu/engine_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
#bu dosyayı düzenleme!

import os
engine_version = 3.0
import pygame

pygame_version = pygame.__version__
engine_version = 3.4.1

normal_title = "Bambu Engine"
engine_icon = os.getcwd() + "\icon.png"
welcome = """
Bambu Engine 3.2.1
Bambu Engine 3.4.1 (Test Sürümü)
"""

0 comments on commit 6999a34

Please sign in to comment.