mondobe / TetraCity

Georgia Tech VGDev game for Fall 2024
0 stars 6 forks source link

Added NPC Dialog to purchasing buildings #30

Closed Bob1519 closed 3 weeks ago

Bob1519 commented 1 month ago

Added a TextureRect, NPCName, and NPC dialog to the npc_dialogue_box. Edited the building_variation.gd to include NPCName, NPCDialog and NPCImage which stores information about the NPC associated with the building. The NPCDialog which is shown is chosen at random.