forked from team-sg/hero-mark-2
loooore
This commit is contained in:
parent
d6279aa96d
commit
0fa8ab9930
5 changed files with 73 additions and 2 deletions
26
objects/lore/lab/scope.tscn
Normal file
26
objects/lore/lab/scope.tscn
Normal file
|
@ -0,0 +1,26 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://graphics/enemy/cop/scope_idle.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = true
|
||||
|
||||
[node name="Lore" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
material = SubResource( 1 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Control" parent="." index="1"]
|
||||
margin_top = 49.0
|
||||
margin_bottom = 143.0
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 3.0
|
||||
margin_bottom = 91.0
|
||||
text = "Officer Scope:
|
||||
While not in the highest level of authority, scope is fami's most trusted famicop. they're close friends and seem to share the same weird ideas about the economy."
|
Loading…
Add table
Add a link
Reference in a new issue