shoutbox with new users and message display
This commit is contained in:
@@ -0,0 +1,99 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://icon.png" type="Texture" id=1]
|
||||
[ext_resource path="res://UI/DialogBox.gd" type="Script" id=2]
|
||||
[ext_resource path="res://UI/Action.gd" type="Script" id=3]
|
||||
|
||||
[sub_resource type="Theme" id=1]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id=2]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 64, 64 )
|
||||
|
||||
[node name="Game" type="PanelContainer"]
|
||||
margin_right = 172.0
|
||||
margin_bottom = 40.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="VBox" type="VBoxContainer" parent="."]
|
||||
margin_left = 7.0
|
||||
margin_top = 7.0
|
||||
margin_right = 315.0
|
||||
margin_bottom = 500.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="HBox" type="HBoxContainer" parent="VBox"]
|
||||
margin_right = 308.0
|
||||
margin_bottom = 335.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="View" type="TextureRect" parent="VBox/HBox"]
|
||||
margin_right = 99.0
|
||||
margin_bottom = 335.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 1 )
|
||||
expand = true
|
||||
|
||||
[node name="PDA" type="PanelContainer" parent="VBox/HBox"]
|
||||
margin_left = 103.0
|
||||
margin_right = 308.0
|
||||
margin_bottom = 335.0
|
||||
rect_min_size = Vector2( 205, 335 )
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = SubResource( 1 )
|
||||
custom_styles/panel = SubResource( 2 )
|
||||
|
||||
[node name="Messages" type="RichTextLabel" parent="VBox"]
|
||||
margin_top = 339.0
|
||||
margin_right = 308.0
|
||||
margin_bottom = 339.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "You are in the Customs Office.
|
||||
WARNING: You have no light source.
|
||||
Dan is hungry. You should feed him soon."
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="HBox2" type="HBoxContainer" parent="VBox"]
|
||||
margin_top = 343.0
|
||||
margin_right = 308.0
|
||||
margin_bottom = 493.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="VBox" type="VBoxContainer" parent="VBox/HBox2"]
|
||||
margin_right = 154.0
|
||||
margin_bottom = 150.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="WhatNow" type="Label" parent="VBox/HBox2/VBox"]
|
||||
margin_right = 154.0
|
||||
margin_bottom = 73.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "What will you do now...?"
|
||||
|
||||
[node name="Action" type="GridContainer" parent="VBox/HBox2/VBox"]
|
||||
margin_top = 77.0
|
||||
margin_right = 154.0
|
||||
margin_bottom = 150.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 2
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="Partner" type="TextureRect" parent="VBox/HBox2"]
|
||||
margin_left = 158.0
|
||||
margin_right = 308.0
|
||||
margin_bottom = 150.0
|
||||
rect_min_size = Vector2( 150, 150 )
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 1 )
|
||||
expand = true
|
||||
Reference in New Issue
Block a user