minimap: move camera with mouse, show camera pos on map
This commit is contained in:
parent
0f6343b44f
commit
14aa4f0e9a
6 changed files with 68 additions and 23 deletions
|
@ -1,20 +1,20 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://d373de88jug8x"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_ncuso"]
|
||||
noise_type = 3
|
||||
noise_type = 0
|
||||
seed = 35
|
||||
frequency = 0.008
|
||||
fractal_octaves = 3
|
||||
fractal_lacunarity = 1.0
|
||||
fractal_gain = 1.746
|
||||
fractal_octaves = 7
|
||||
fractal_lacunarity = 1.671
|
||||
fractal_gain = 0.947
|
||||
fractal_ping_pong_strength = 25.0
|
||||
domain_warp_fractal_type = 2
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_l3pkr"]
|
||||
width = 1024
|
||||
height = 1024
|
||||
width = 256
|
||||
height = 256
|
||||
noise = SubResource("FastNoiseLite_ncuso")
|
||||
|
||||
[node name="BiomeNoise" type="Sprite2D"]
|
||||
position = Vector2(528, 520)
|
||||
position = Vector2(604, 592)
|
||||
scale = Vector2(1.59375, 1.5625)
|
||||
texture = SubResource("NoiseTexture2D_l3pkr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue