diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-15 18:31:43 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-15 18:31:43 -0600 |
commit | 29983fef392ab37c6ccbddab28efe3d97746b1fa (patch) | |
tree | 28abd6d4c9d021f66f937fa4ad5d6abdbd8bc0ba /Stock Ticker.tscn | |
parent | 2a63cead76c70f95b0f9d67dc351be4253dbe8dd (diff) |
partially done
Diffstat (limited to 'Stock Ticker.tscn')
-rw-r--r-- | Stock Ticker.tscn | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Stock Ticker.tscn b/Stock Ticker.tscn new file mode 100644 index 0000000..425adef --- /dev/null +++ b/Stock Ticker.tscn @@ -0,0 +1,33 @@ +[gd_scene load_steps=7 format=3 uid="uid://by18nc16h76y0"] + +[ext_resource type="Texture2D" uid="uid://c6ed1ks2h58s7" path="res://UI-Background-Colour.png" id="1_1j58d"] +[ext_resource type="Texture2D" uid="uid://dcsaf0afsn76" path="res://BuyButton.png" id="2_8qhml"] +[ext_resource type="Texture2D" uid="uid://ckd5ppryxuuum" path="res://BuyButtonPressed.png" id="3_4kqfi"] +[ext_resource type="Script" path="res://buy_button.gd" id="4_lfir0"] +[ext_resource type="Texture2D" uid="uid://du8xy83ve1lm7" path="res://SellButton.png" id="5_salj8"] +[ext_resource type="Texture2D" uid="uid://qgsvhv16ghwf" path="res://SellButtonPressed.png" id="6_ifhss"] + +[node name="Node2D" type="Node2D"] + +[node name="Background" type="Sprite2D" parent="."] +modulate = Color(0.796078, 0.796078, 0.796078, 1) +position = Vector2(576.25, 323.75) +scale = Vector2(1153.5, 648.5) +texture = ExtResource("1_1j58d") + +[node name="BuyButton" type="TextureButton" parent="."] +offset_left = 168.0 +offset_top = 450.0 +offset_right = 523.0 +offset_bottom = 579.0 +texture_normal = ExtResource("2_8qhml") +texture_pressed = ExtResource("3_4kqfi") +script = ExtResource("4_lfir0") + +[node name="TextureButton" type="TextureButton" parent="."] +offset_left = 649.0 +offset_top = 450.0 +offset_right = 1004.0 +offset_bottom = 579.0 +texture_normal = ExtResource("5_salj8") +texture_pressed = ExtResource("6_ifhss") |