diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-26 12:47:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-26 12:47:12 +0200 |
| commit | 864722c02a36b860de23c52277f56d2692dff111 (patch) | |
| tree | 1e1c6e83aac74d1928f73bd0d6a96d801d0b2196 /top.tscn | |
| parent | 5adc7200bd684447ba8e65bbb088d3379c00e91c (diff) | |
Add some screen shader stuff
Diffstat (limited to 'top.tscn')
| -rw-r--r-- | top.tscn | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,18 +1,28 @@ [gd_scene load_steps=6 format=3 uid="uid://cey3jxnpmommt"] +[ext_resource type="Material" uid="uid://bb4b8jm2tyy81" path="res://mat_palette.tres" id="1_edsjh"] [ext_resource type="Script" uid="uid://dxbspy72bg0db" path="res://top.gd" id="1_on2c2"] -[ext_resource type="PackedScene" uid="uid://cjdhfl70fgt6m" path="res://room_main_menu.tscn" id="2_58ij3"] [ext_resource type="PackedScene" uid="uid://c2shuyjjq06p8" path="res://transition_manager.tscn" id="3_2exal"] [ext_resource type="PackedScene" uid="uid://cseqghymhiyqo" path="res://map.tscn" id="3_58ij3"] [ext_resource type="PackedScene" uid="uid://cciwccvljuuyq" path="res://touch_screen_ui.tscn" id="5_edsjh"] [node name="Top" type="Node2D"] process_mode = 3 +material = ExtResource("1_edsjh") script = ExtResource("1_on2c2") -initial_room = ExtResource("2_58ij3") [node name="TransitionManager" parent="." instance=ExtResource("3_2exal")] [node name="Map" parent="." instance=ExtResource("3_58ij3")] [node name="TouchScreenUI" parent="." instance=ExtResource("5_edsjh")] + +[node name="PaletterShader" type="CanvasLayer" parent="."] + +[node name="ColorRect" type="ColorRect" parent="PaletterShader"] +material = ExtResource("1_edsjh") +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 |
