forked from team-sg/hero-mark-2
made some changes :D
This commit is contained in:
parent
5f89fbc891
commit
0006f02a0f
16 changed files with 131 additions and 20 deletions
21
objects/lore/station/famicop.tscn
Normal file
21
objects/lore/station/famicop.tscn
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://graphics/enemy/cop/cop_shoot.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = true
|
||||
|
||||
[node name="Lore" instance=ExtResource( 2 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
material = SubResource( 1 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 15.0
|
||||
margin_bottom = 25.0
|
||||
text = "Famicop:"
|
Loading…
Add table
Add a link
Reference in a new issue