forked from team-sg/hero-mark-2
add temp sounds and crt filter
This commit is contained in:
parent
4790b2b2a4
commit
f012e8fa77
21 changed files with 140 additions and 12 deletions
|
@ -1,9 +1,11 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/scaling.gd" type="Script" id=1]
|
||||
[ext_resource path="res://graphics/borders/prideborder.png" type="Texture" id=2]
|
||||
[ext_resource path="res://maps/map01.tscn" type="PackedScene" id=3]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
@ -21,6 +23,7 @@ texture = ExtResource( 2 )
|
|||
expand = true
|
||||
|
||||
[node name="ViewportContainer" type="ViewportContainer" parent="."]
|
||||
material = SubResource( 1 )
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue