From 29983fef392ab37c6ccbddab28efe3d97746b1fa Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 15 Nov 2024 18:31:43 -0600 Subject: partially done --- Stock Ticker.tscn | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Stock Ticker.tscn (limited to 'Stock Ticker.tscn') 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") -- cgit v1.2.3