diff options
author | Hop311 <hop3114@gmail.com> | 2023-04-29 21:00:44 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-04-29 21:00:44 +0200 |
commit | 7e2700514652212e50a006ad525e7c7ca8e7840c (patch) | |
tree | 681431640bca4f25f5e383cc7960e5ff228b47cc /game/src/GameSession/MapView.tscn | |
parent | 1f8545facd248bbf4ea0cd551fea5f7d9b0efdce (diff) |
Terrain textures + province colour alpha channel
Diffstat (limited to 'game/src/GameSession/MapView.tscn')
-rw-r--r-- | game/src/GameSession/MapView.tscn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/game/src/GameSession/MapView.tscn b/game/src/GameSession/MapView.tscn index efbad4e..fa6ffcd 100644 --- a/game/src/GameSession/MapView.tscn +++ b/game/src/GameSession/MapView.tscn @@ -1,17 +1,15 @@ -[gd_scene load_steps=6 format=3 uid="uid://dkehmdnuxih2r"] +[gd_scene load_steps=5 format=3 uid="uid://dkehmdnuxih2r"] [ext_resource type="Script" path="res://src/GameSession/MapView.gd" id="1_exccw"] [ext_resource type="Shader" path="res://src/GameSession/TerrainMap.gdshader" id="1_upocn"] -[ext_resource type="Texture2D" uid="uid://ckf222w5usrsu" path="res://art/terrain/farmlands.png" id="3_47mq1"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_tayeg"] render_priority = 0 shader = ExtResource("1_upocn") -shader_parameter/province_index_subdivisions = null +shader_parameter/province_shape_subdivisions = null shader_parameter/hover_index = null shader_parameter/selected_index = null shader_parameter/terrain_tile_factor = null -shader_parameter/farmlands_tex = ExtResource("3_47mq1") [sub_resource type="MapMesh" id="MapMesh_3gtsd"] |