stuff
This commit is contained in:
16
autoload/map.tscn
Normal file
16
autoload/map.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://autoload/map.gd" type="Script" id=1]
|
||||
|
||||
[sub_resource type="OpenSimplexNoise" id=2]
|
||||
|
||||
[sub_resource type="Curve" id=1]
|
||||
min_value = -300.0
|
||||
max_value = 300.0
|
||||
bake_resolution = 200
|
||||
_data = [ Vector2( 0, -259.615 ), 0.0, 0.0, 0, 0, Vector2( 0.975, 300 ), 0.0, 0.0, 0, 0 ]
|
||||
|
||||
[node name="Map" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
noise = SubResource( 2 )
|
||||
curve = SubResource( 1 )
|
||||
Reference in New Issue
Block a user