From 0afce46a390d17fa36fd432674e3460fe820d84d Mon Sep 17 00:00:00 2001 From: Isaac Trimble-Pederson Date: Sat, 12 Sep 2020 23:46:08 -0700 Subject: [PATCH] Clarification on PL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82e7502..e74f8bc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This game was designed and developed as part of my CMPM 80K course at UCSC. It is designed to be a clone of Missile Command with themes of climate change, and uses the Godot Engine for 2D gameplay. +Language used was GDScript for the programming, Godot's Python-like language. + Art and assets created by Cody Cochlin, all programming work done by me (Isaac Trimble-Pederson)