Naprawa merge
This commit is contained in:
parent
f11642789e
commit
0701e20adf
@ -24,6 +24,6 @@ MusicManager="*res://music_manager.gd"
|
|||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/size/mode=3
|
window/size/mode=2
|
||||||
window/stretch/mode="canvas_items"
|
window/stretch/mode="canvas_items"
|
||||||
window/stretch/aspect="ignore"
|
window/stretch/aspect="ignore"
|
||||||
|
|||||||
@ -4,3 +4,9 @@ var ORBIT_STEP = 60 #odległośc miedzy orbitami
|
|||||||
const FIRST_ORBIT_STEP = 80 #pierwsza planeta od gwiazdy
|
const FIRST_ORBIT_STEP = 80 #pierwsza planeta od gwiazdy
|
||||||
const SECTOR_COUNT = 13 #ilość sektorów
|
const SECTOR_COUNT = 13 #ilość sektorów
|
||||||
const PLANET_PER_SECTOR: Vector2 = Vector2(1, 5)
|
const PLANET_PER_SECTOR: Vector2 = Vector2(1, 5)
|
||||||
|
const MIN_DISTANCE = 80.0 # Minimalna odległość (promień) między środkami gwiazd
|
||||||
|
const MAX_ATTEMPTS = 50 # Maksymalna liczba prób znalezienia miejsca
|
||||||
|
const PLANET_NUMBER = Vector2(1, 5)
|
||||||
|
|
||||||
|
#GRAFIKI
|
||||||
|
const GALAXY_BACKGROUND: = "res://assets/background/galaxy_background.jpg" # Tło galaktyki
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user