started building a scam message checker

This commit is contained in:
Tabby 2025-12-04 02:09:49 +11:00
parent 0ae75441c9
commit 3ec2b90e8e
7 changed files with 59 additions and 3 deletions

View file

@ -1,6 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://cd60nfxe4lnq1"]
[gd_scene load_steps=4 format=3 uid="uid://cd60nfxe4lnq1"]
[ext_resource type="Script" uid="uid://cus8nh0g3yyj2" path="res://main.gd" id="1_glv2v"]
[ext_resource type="PackedScene" uid="uid://i3rqbgerpgey" path="res://checker/Checker.tscn" id="2_r0du0"]
[ext_resource type="Script" uid="uid://8yiff3da5cxh" path="res://checker/checker.gd" id="3_cm0pq"]
[node name="Main" type="Control"]
layout_mode = 3
@ -10,3 +12,8 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_glv2v")
[node name="Checker" parent="." instance=ExtResource("2_r0du0")]
script = ExtResource("3_cm0pq")
[connection signal="message_created" from="." to="Checker" method="_on_main_message_created"]